SubmitDetectionsCallback

This interface is used with submitDetections(SubmitDetectionsCallback).

SubmitDetectionsCallback API

onSuccess()

void onSuccess()

All detections have been successfully submitted.

onFailure()

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