public class CharWithVariants
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR |
Constructor and Description |
---|
CharWithVariants(long nativePtr,
OcrLine parentLine) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
dispose() |
OcrChar |
getChar()
Returns the
OcrChar which contains information about the char. |
OcrChar[] |
getRecognitionVariants()
Returns the recognition variants of this char or null if there are no variants.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public CharWithVariants(long nativePtr, @Nullable OcrLine parentLine)
public void dispose()
@NonNull public OcrChar getChar()
OcrChar
which contains information about the char.OcrChar
which contains information about the char.@Nullable public OcrChar[] getRecognitionVariants()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(@NonNull android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable