Class OcrResult
java.lang.Object
com.microblink.blinkid.results.ocr.OcrResult
- All Implemented Interfaces:
android.os.Parcelable
Represents a raw OCR result. OCR result contains one or more OCR blocks. Each OCR block contains
one or more OCR lines. Each line contains one or more OCR chars. Each OCR char is represented
with its value, position and possible alternatives.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final android.os.Parcelable.Creator<OcrResult>
Parcelable creator.Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
-
Method Summary
-
Field Details
-
CREATOR
Parcelable creator.
-
-
Constructor Details
-
OcrResult
Constructor from native code
-
-
Method Details
-
finalize
-
dispose
public void dispose()Disposes the object. After the object has been disposed, all operations on it are illegal. -
clone
Creates a clone of the object. -
getBlocks
- Returns:
- the blocks
-
toString
-
describeContents
public int describeContents()- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(@NonNull android.os.Parcel dest, int flags) - Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-