public final class OcrResultDisplayMode
extends java.lang.Enum
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static OcrResultDisplayMode |
ANIMATED_DOTS
In place of character recognition, animated dot will be drawn.
|
static android.os.Parcelable.Creator |
CREATOR |
static OcrResultDisplayMode |
NOTHING
OCR results won't be displayed at all.
|
static OcrResultDisplayMode |
STATIC_CHARS
In place of character recognition, recognized value will be drawn.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
static OcrResultDisplayMode |
valueOf(java.lang.String name) |
static OcrResultDisplayMode[] |
values() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final OcrResultDisplayMode NOTHING
public static final OcrResultDisplayMode ANIMATED_DOTS
public static final OcrResultDisplayMode STATIC_CHARS
@NonNull public static final android.os.Parcelable.Creator CREATOR
public static OcrResultDisplayMode[] values()
public static OcrResultDisplayMode valueOf(java.lang.String name)
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