Class PointSetFeedbackHandler
- java.lang.Object
-
- com.microblink.fragment.overlay.components.feedback.PointSetFeedbackHandler
-
- All Implemented Interfaces:
RecognitionFeedbackHandler
public class PointSetFeedbackHandler extends java.lang.Object implements RecognitionFeedbackHandler
-
-
Field Summary
-
Fields inherited from interface com.microblink.fragment.overlay.components.feedback.RecognitionFeedbackHandler
EMPTY
-
-
Constructor Summary
Constructors Constructor Description PointSetFeedbackHandler(PointsType pointsType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
android.view.View
createView(RecognizerRunnerView recognizerRunnerView, MetadataCallbacks metadataCallbacks)
void
onOrientationChange(int newOrientation)
void
onPointsDetection(DisplayablePointsDetection pointsDetection, android.graphics.RectF detectionRelativeDestination)
-
-
-
Constructor Detail
-
PointSetFeedbackHandler
public PointSetFeedbackHandler(@NonNull PointsType pointsType)
-
-
Method Detail
-
createView
@Nullable public android.view.View createView(@NonNull RecognizerRunnerView recognizerRunnerView, @NonNull MetadataCallbacks metadataCallbacks)
- Specified by:
createView
in interfaceRecognitionFeedbackHandler
-
onPointsDetection
public void onPointsDetection(@NonNull DisplayablePointsDetection pointsDetection, @Nullable android.graphics.RectF detectionRelativeDestination)
- Specified by:
onPointsDetection
in interfaceRecognitionFeedbackHandler
-
clear
public void clear()
- Specified by:
clear
in interfaceRecognitionFeedbackHandler
-
onOrientationChange
public void onOrientationChange(int newOrientation)
- Specified by:
onOrientationChange
in interfaceRecognitionFeedbackHandler
-
-