Class Detector.Result

java.lang.Object
com.microblink.blinkinput.entities.Entity.Result
com.microblink.blinkinput.entities.detectors.Detector.Result
All Implemented Interfaces:
android.os.Parcelable
Direct Known Subclasses:
QuadDetector.Result
Enclosing class:
Detector<R extends Detector.Result>

public abstract static class Detector.Result extends Entity.Result
  • Constructor Details

    • Result

      protected Result(long nativeResult)
  • Method Details

    • getDetectionCode

      @NonNull public final Detector.Result.DetectionCode getDetectionCode()
      Returns the detection code that indicates the type of the detection.
      Returns:
      the detection code that indicates the type of the detection.
    • getDetectionStatus

      @NonNull public final DetectionStatus getDetectionStatus()
      Returns the status of the detection.
      Returns:
      the status of the detection
    • isEmpty

      protected final boolean isEmpty()
      Specified by:
      isEmpty in class Entity.Result
    • nativeGetDetectionCode

      protected static int nativeGetDetectionCode(long nativeResult)