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 RecognitionFeedbackHandler
public void onPointsDetection(@NonNull DisplayablePointsDetection pointsDetection)
onPointsDetection
in interface RecognitionFeedbackHandler
public void clear()
clear
in interface RecognitionFeedbackHandler
public void onOrientationChange(int newOrientation)
onOrientationChange
in interface RecognitionFeedbackHandler