public class OcrResult
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR
Parcelable creator.
|
Constructor and Description |
---|
OcrResult(long nativePtr,
java.lang.Object keep)
Constructor from native code
|
Modifier and Type | Method and Description |
---|---|
OcrResult |
clone()
Creates a clone of the object.
|
int |
describeContents() |
void |
dispose()
Disposes the object.
|
protected void |
finalize() |
OcrBlock[] |
getBlocks() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
@NonNull public static final android.os.Parcelable.Creator CREATOR
public OcrResult(long nativePtr, @Nullable java.lang.Object keep)
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public void dispose()
@NonNull public OcrResult clone()
clone
in class java.lang.Object
@Nullable public OcrBlock[] getBlocks()
@NonNull public java.lang.String toString()
toString
in class java.lang.Object
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