Interface RecognitionFeedbackHandler
- All Known Implementing Classes:
OcrCharsFeedbackHandler,OcrDotsFeedbackHandler,PointSetFeedbackHandler
public interface RecognitionFeedbackHandler
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()android.view.ViewcreateView(RecognizerRunnerView recognizerRunnerView, MetadataCallbacks metadataCallbacks) voidonOrientationChange(int newOrientation) voidonPointsDetection(DisplayablePointsDetection pointsDetection)
-
Field Details
-
EMPTY
-
-
Method Details
-
createView
@Nullable android.view.View createView(@NonNull RecognizerRunnerView recognizerRunnerView, @NonNull MetadataCallbacks metadataCallbacks) -
onPointsDetection
-
clear
void clear() -
onOrientationChange
void onOrientationChange(int newOrientation)
-