Interface RecognitionFeedbackHandler
- All Known Implementing Classes:
OcrCharsFeedbackHandler
,OcrDotsFeedbackHandler
,PointSetFeedbackHandler
public interface RecognitionFeedbackHandler
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
android.view.View
createView
(RecognizerRunnerView recognizerRunnerView, MetadataCallbacks metadataCallbacks) void
onOrientationChange
(int newOrientation) void
onPointsDetection
(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)
-