Class OcrBlock

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

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

    • CREATOR

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

    • OcrBlock

      public OcrBlock(long nativePtr, @Nullable OcrResult parentResult)
  • Method Details

    • getPosition

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

      @Nullable public OcrLine[] getLines()
      Returns:
      the lines
    • 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