Interface FirstSideRecognitionCallback
@WorkerThread
public interface FirstSideRecognitionCallback
Callback that will be invoked when first side recognition has completed.
This is applicable only when using compatible
Recognizer
objects (not every Recognizer
supports raising this event.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when first side recognition completes.
-
Method Details
-
onFirstSideRecognitionFinished
void onFirstSideRecognitionFinished()Called when first side recognition completes.
-