Class DisplayableOcrResult
java.lang.Object
com.microblink.blinkid.metadata.DisplayableObject
com.microblink.blinkid.metadata.ocr.DisplayableOcrResult
Represents an OCR result that can be drawn on screen.
-
Field Summary
Fields inherited from class com.microblink.blinkid.metadata.DisplayableObject
mTransformMatrix
-
Constructor Summary
ConstructorDescriptionDisplayableOcrResult
(OcrResult ocrResult, String resultName, float[] transformMatrix) -
Method Summary
Modifier and TypeMethodDescriptionReturns the OCR result to be displayedReturns the name of displayable OCR resultMethods inherited from class com.microblink.blinkid.metadata.DisplayableObject
getTransformMatrix
-
Constructor Details
-
DisplayableOcrResult
-
-
Method Details
-
getResultName
Returns the name of displayable OCR result- Returns:
- the name of displayable OCR result
-
getOcrResult
Returns the OCR result to be displayed- Returns:
- the OCR result to be displayed
-