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>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.microblink.blinkinput.entities.Entity.Result
mOwnerFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the detection code that indicates the type of the detection.final DetectionStatusReturns the status of the detection.protected final booleanisEmpty()protected static intnativeGetDetectionCode(long nativeResult) Methods inherited from class com.microblink.blinkinput.entities.Entity.Result
clone, describeContents, deserializeFromByteArray, finalize, getNativeContext, readFromParcel, serializeToByteArray, terminateNative, writeToParcel
-
Constructor Details
-
Result
protected Result(long nativeResult)
-
-
Method Details
-
getDetectionCode
Returns the detection code that indicates the type of the detection.- Returns:
- the detection code that indicates the type of the detection.
-
getDetectionStatus
Returns the status of the detection.- Returns:
- the status of the detection
-
isEmpty
protected final boolean isEmpty()- Specified by:
isEmptyin classEntity.Result
-
nativeGetDetectionCode
protected static int nativeGetDetectionCode(long nativeResult)
-