public class PointSetFeedbackHandler extends java.lang.Object implements RecognitionFeedbackHandler
EMPTY| Constructor and Description | 
|---|
PointSetFeedbackHandler(PointsType pointsType)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
android.view.View | 
createView(RecognizerRunnerView recognizerRunnerView,
          MetadataCallbacks metadataCallbacks)  | 
void | 
onOrientationChange(int newOrientation)  | 
void | 
onPointsDetection(DisplayablePointsDetection pointsDetection)  | 
public PointSetFeedbackHandler(@NonNull
                               PointsType pointsType)
@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 clear()
clear in interface RecognitionFeedbackHandlerpublic void onOrientationChange(int newOrientation)
onOrientationChange in interface RecognitionFeedbackHandler