public class OcrDotsFeedbackHandler extends java.lang.Object implements RecognitionFeedbackHandler, OcrCallback
EMPTY| Constructor and Description | 
|---|
OcrDotsFeedbackHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
android.view.View | 
createView(RecognizerRunnerView recognizerRunnerView,
          MetadataCallbacks metadataCallbacks)  | 
void | 
onOcrResult(DisplayableOcrResult ocrResult)
Called when OCR result should be displayed on screen. 
 | 
void | 
onOrientationChange(int newOrientation)  | 
void | 
onPointsDetection(DisplayablePointsDetection pointsDetection)  | 
@Nullable
public android.view.View createView(@NonNull
                                              RecognizerRunnerView recognizerRunnerView,
                                              @NonNull
                                              MetadataCallbacks metadataCallbacks)
createView in interface RecognitionFeedbackHandlerpublic void onPointsDetection(@NonNull
                              DisplayablePointsDetection pointsDetection)
onPointsDetection in interface RecognitionFeedbackHandlerpublic void onOcrResult(@NonNull
                        DisplayableOcrResult ocrResult)
OcrCallbackonOcrResult in interface OcrCallbackocrResult - OCR result to be displayedpublic void clear()
clear in interface RecognitionFeedbackHandlerpublic void onOrientationChange(int newOrientation)
onOrientationChange in interface RecognitionFeedbackHandler