Class DisplayableOcrResult

java.lang.Object
com.microblink.blinkid.metadata.DisplayableObject
com.microblink.blinkid.metadata.ocr.DisplayableOcrResult

public final class DisplayableOcrResult extends DisplayableObject
Represents an OCR result that can be drawn on screen.
  • Constructor Details

    • DisplayableOcrResult

      public DisplayableOcrResult(@NonNull OcrResult ocrResult, @NonNull String resultName, @Size(9L) @NonNull float[] transformMatrix)
  • Method Details

    • getResultName

      @NonNull public String getResultName()
      Returns the name of displayable OCR result
      Returns:
      the name of displayable OCR result
    • getOcrResult

      @NonNull public OcrResult getOcrResult()
      Returns the OCR result to be displayed
      Returns:
      the OCR result to be displayed