Class Recognizer.Result
java.lang.Object
com.microblink.photopay.entities.Entity.Result
com.microblink.photopay.entities.recognizers.Recognizer.Result
- All Implemented Interfaces:
android.os.Parcelable
- Direct Known Subclasses:
AustriaQrCodePaymentRecognizer.Result
,AustriaSlipRecognizer.Result
,BarcodeRecognizer.Result
,BelgiumSlipRecognizer.Result
,BlinkInputRecognizer.Result
,CroatiaPdf417PaymentRecognizer.Result
,CroatiaQrCodePaymentRecognizer.Result
,CroatiaSlipRecognizer.Result
,CzechiaQrCodeRecognizer.Result
,CzechiaSlipRecognizer.Result
,FrameGrabberRecognizer.Result
,GermanyQrCodePaymentRecognizer.Result
,GermanySlipRecognizer.Result
,HungaryQrCodePaymentRecognizer.Result
,HungarySlipRecognizer.Result
,KosovoCode128PaymentRecognizer.Result
,KosovoSlipRecognizer.Result
,NetherlandsSlipRecognizer.Result
,SepaQrCodePaymentRecognizer.Result
,SerbiaPdf417PaymentRecognizer.Result
,SerbiaQrCodePaymentRecognizer.Result
,SlovakiaCode128PaymentRecognizer.Result
,SlovakiaDataMatrixPaymentRecognizer.Result
,SlovakiaQrCodePaymentRecognizer.Result
,SlovakiaSlipRecognizer.Result
,SloveniaQrCodePaymentRecognizer.Result
,SloveniaSlipRecognizer.Result
,SuccessFrameGrabberRecognizer.Result
,SwitzerlandQrCodePaymentRecognizer.Result
,SwitzerlandSlipRecognizer.Result
,UnitedKingdomQrCodePaymentRecognizer.Result
,UnitedKingdomSlipRecognizer.Result
- Enclosing class:
- Recognizer<T extends Recognizer.Result>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.microblink.photopay.entities.Entity.Result
mOwner
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
Constructors -
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.photopay.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
-