public interface RecognitionFeedbackHandler
| Modifier and Type | Field and Description | 
|---|---|
static RecognitionFeedbackHandler | 
EMPTY  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
android.view.View | 
createView(RecognizerRunnerView recognizerRunnerView,
          MetadataCallbacks metadataCallbacks)  | 
void | 
onOrientationChange(int newOrientation)  | 
void | 
onPointsDetection(DisplayablePointsDetection pointsDetection)  | 
static final RecognitionFeedbackHandler EMPTY
@Nullable
android.view.View createView(@NonNull
                                       RecognizerRunnerView recognizerRunnerView,
                                       @NonNull
                                       MetadataCallbacks metadataCallbacks)
void onPointsDetection(@NonNull
                       DisplayablePointsDetection pointsDetection)
void clear()
void onOrientationChange(int newOrientation)