| Interface | Description |
|---|---|
| GenericTextRecognizer |
Component to scan image, recognize text on it and validate the recognized text
|
| Class | Description |
|---|---|
| DefaultGenericTextRecognizer |
Default implementation for
interface GenericTextRecognizer |
| GenericTextRecognitionResult |
Recognition result of generic text scanner
|
| GenericTextRecognizerFrameHandler |
Performs generic text recognition on camera preview frames. Outputs results via
interface GenericTextRecognizerFrameHandler.ResultHandler. |
| GenericTextWordBox |
Represents one word in detected text
|
| StubGenericTextRecognizer |
Stub implementation for
interface GenericTextRecognizer - returns null's for all calls |
| Enum | Description |
|---|---|
| TextFilterStrategy |
Additional parameter for
interface GenericTextRecognizer to set the type of the scanned object |