Class OcrLine

java.lang.Object
com.microblink.blinkid.results.ocr.OcrLine
All Implemented Interfaces:
android.os.Parcelable

public class OcrLine extends Object implements android.os.Parcelable
  • Field Details

    • CREATOR

      @NonNull public static final android.os.Parcelable.Creator<OcrLine> CREATOR
  • Constructor Details

    • OcrLine

      public OcrLine(long nativePtr, @Nullable OcrBlock parentBlock)
  • Method Details

    • getPosition

      @Nullable public Rectangle getPosition()
      Returns:
      the position
    • getChars

      @Nullable public CharWithVariants[] getChars()
      Returns:
      the chars
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(@NonNull android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable