Package com.microblink.metadata.ocr
Class DisplayableOcrResult
- java.lang.Object
-
- com.microblink.metadata.DisplayableObject
-
- com.microblink.metadata.ocr.DisplayableOcrResult
-
public final class DisplayableOcrResult extends DisplayableObject
Represents an OCR result that can be drawn on screen.
-
-
Field Summary
-
Fields inherited from class com.microblink.metadata.DisplayableObject
mTransformMatrix
-
-
Constructor Summary
Constructors Constructor Description DisplayableOcrResult(OcrResult ocrResult, java.lang.String resultName, float[] transformMatrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OcrResult
getOcrResult()
Returns the OCR result to be displayedjava.lang.String
getResultName()
Returns the name of displayable OCR result-
Methods inherited from class com.microblink.metadata.DisplayableObject
getTransformMatrix
-
-
-
-
Constructor Detail
-
DisplayableOcrResult
public DisplayableOcrResult(@NonNull OcrResult ocrResult, @NonNull java.lang.String resultName, @Size(9L) @NonNull float[] transformMatrix)
-
-
Method Detail
-
getResultName
@NonNull public java.lang.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
-
-