This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.
This interface is used with submitDetections(SubmitDetectionsCallback).
submitDetections(SubmitDetectionsCallback)
onSuccess()
Copyvoid onSuccess()All detections have been successfully submitted.
void onSuccess()
All detections have been successfully submitted.
onFailure()
Copyvoid onFailure()At least one detection was not successfully submitted.Due to constraints on detection submission order, failure to submit certain detections will cause the entire submission run to be stopped.
void onFailure()
At least one detection was not successfully submitted.
Due to constraints on detection submission order, failure to submit certain detections will cause the entire submission run to be stopped.
Last updated 2 years ago