public class FreeLineOcr
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
FreeLineOcr.FreeLineFontType
読み取り対象のフォントを指定 Specify the font to be read |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<FreeLineOcr> |
CREATOR |
boolean |
enabled |
FreeLineOcr.FreeLineFontType |
fontType
|
int |
length1
CodeOption.LengthControlで使用される桁数設定1Number of digits setting 1 used by CodeOption.LengthControl |
int |
length2
CodeOption.LengthControlで使用される桁数設定2Number of digits setting 2 used by CodeOption.LengthControl |
CodeOption.LengthControl |
lengthControl
桁数制限設定 CodeOption.LengthControlで使用される桁数設定Number of digits limit setting The number of digits used in CodeOption.LengthControl |
| Constructor and Description |
|---|
FreeLineOcr() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
setDefault() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public boolean enabled
public int length1
CodeOption.LengthControlで使用される桁数設定1CodeOption.LengthControlpublic int length2
CodeOption.LengthControlで使用される桁数設定2CodeOption.LengthControlpublic CodeOption.LengthControl lengthControl
CodeOption.LengthControlで使用される桁数設定CodeOption.LengthControlpublic FreeLineOcr.FreeLineFontType fontType
public static final android.os.Parcelable.Creator<FreeLineOcr> CREATOR
public void setDefault()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
int i)
writeToParcel in interface android.os.Parcelable