public interface OnTextRecognition
| Modifier and Type | Method and Description |
|---|---|
void |
imageResult(int[] outputData,
int width,
int height,
boolean isRotated)
Get the analysed frame with a bounding box around the detected words
|
void |
matchedWords(java.util.Map<java.lang.String,java.lang.Integer> wordConfidenceMap)
Get hash map with the recognised words and their confidence
|
void matchedWords(java.util.Map<java.lang.String,java.lang.Integer> wordConfidenceMap)
wordConfidenceMap - hash mapvoid imageResult(int[] outputData,
int width,
int height,
boolean isRotated)
outputData - Int array with the image datawidth - Image widthheight - Image heightisRotated - Whether or not the image has been rotated