Class CharWithVariants
java.lang.Object
com.microblink.photopay.results.ocr.CharWithVariants
- All Implemented Interfaces:
android.os.Parcelable
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoiddispose()getChar()Returns theOcrCharwhich contains information about the char.OcrChar[]Returns the recognition variants of this char or null if there are no variants.voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Constructor Details
-
CharWithVariants
-
-
Method Details
-
dispose
public void dispose() -
getChar
Returns theOcrCharwhich contains information about the char.- Returns:
- the
OcrCharwhich contains information about the char.
-
getRecognitionVariants
Returns the recognition variants of this char or null if there are no variants. Note that char is defined by all its parameters (value, font, position, quality, etc.), so in recognition variants it is possible to have same char value with different font.- Returns:
- the recognition variants of this char or null if there are no variants
-
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(@NonNull android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-