Class Parser.Result
java.lang.Object
com.microblink.photopay.entities.Entity.Result
com.microblink.photopay.entities.parsers.Parser.Result
- All Implemented Interfaces:
android.os.Parcelable
- Direct Known Subclasses:
AmountParser.Result
,AustraliaAbnParser.Result
,AustraliaAccountParser.Result
,AustraliaBillerParser.Result
,AustraliaBsbParser.Result
,AustraliaReferenceParser.Result
,AustriaReferenceParser.Result
,BosniaAndHerzegovinaAccountParser.Result
,BosniaAndHerzegovinaReferenceParser.Result
,CroatiaAmountParser.Result
,CroatiaReferenceParser.Result
,CzechiaAccountParser.Result
,CzechiaVariabilniSymbolParser.Result
,DateParser.Result
,GermanyReferenceParser.Result
,HungaryAccountParser.Result
,HungaryPayerIdParser.Result
,IbanParser.Result
,MacedoniaAccountParser.Result
,MacedoniaReferenceParser.Result
,MontenegroAccountParser.Result
,MontenegroReferenceParser.Result
,RawParser.Result
,RegexParser.Result
,SerbiaAccountParser.Result
,SerbiaReferenceParser.Result
,SloveniaReferenceParser.Result
,SwedenAmountParser.Result
,SwedenGiroNumberParser.Result
,SwedenReferenceParser.Result
,SwedenSlipCodeParser.Result
- Enclosing class:
- Parser<T extends Parser.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 Parser.Result
clone()
Create a copy of the result.Returns the state of the parser result.protected final boolean
isEmpty()
toString()
Returns extracted result string.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 parser result.- Returns:
- the state of the parser result.
-
toString
Returns extracted result string. -
isEmpty
protected final boolean isEmpty()- Specified by:
isEmpty
in classEntity.Result
-