public class OcrLine
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description | 
|---|---|
static android.os.Parcelable.Creator | 
CREATOR  | 
| Constructor and Description | 
|---|
OcrLine(long nativePtr,
       OcrBlock parentBlock)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
describeContents()  | 
CharWithVariants[] | 
getChars()  | 
Rectangle | 
getPosition()  | 
java.lang.String | 
toString()  | 
void | 
writeToParcel(android.os.Parcel dest,
             int flags)  | 
public OcrLine(long nativePtr,
               @Nullable
               OcrBlock parentBlock)
@Nullable public Rectangle getPosition()
@Nullable public CharWithVariants[] getChars()
@NonNull public java.lang.String toString()
toString in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(@NonNull
                          android.os.Parcel dest,
                          int flags)
writeToParcel in interface android.os.Parcelable