Class Recognizer.Result
java.lang.Object
com.microblink.blinkid.entities.Entity.Result
com.microblink.blinkid.entities.recognizers.Recognizer.Result
- All Implemented Interfaces:
android.os.Parcelable
- Direct Known Subclasses:
BlinkIdMultiSideRecognizer.Result
,BlinkIdSingleSideRecognizer.Result
,DocumentFaceRecognizer.Result
,FrameGrabberRecognizer.Result
,IdBarcodeRecognizer.Result
,MrtdCombinedRecognizer.Result
,PassportRecognizer.Result
,SuccessFrameGrabberRecognizer.Result
,TemplatingRecognizer.Result
,UsdlCombinedRecognizer.Result
,UsdlRecognizer.Result
,VisaRecognizer.Result
- Enclosing class:
- Recognizer<T extends Recognizer.Result>
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.microblink.blinkid.entities.Entity.Result
mOwner
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Recognizer.Result
clone()
Create a copy of the result.Returns the state of the recognizer.protected final boolean
isEmpty()
Methods inherited from class com.microblink.blinkid.entities.Entity.Result
describeContents, deserializeFromByteArray, finalize, getNativeContext, readFromParcel, serializeToByteArray, terminateNative, writeToParcel
-
Constructor Details
-
Result
protected Result(long nativeResult)
-
-
Method Details
-
clone
Description copied from class:Entity.Result
Create a copy of the result. This is required in order to retain the result even after owning entity has mutated it.- Specified by:
clone
in classEntity.Result
- Returns:
- a copy of the result
-
getResultState
Returns the state of the recognizer.- Returns:
- the state of the recognizer.
-
isEmpty
protected final boolean isEmpty()- Specified by:
isEmpty
in classEntity.Result
-