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.LengthControl
public int length2
CodeOption.LengthControl
で使用される桁数設定2CodeOption.LengthControl
public CodeOption.LengthControl lengthControl
CodeOption.LengthControl
で使用される桁数設定CodeOption.LengthControl
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable