AI-generated Key Takeaways
-
TextRecognizerOptionsInterface is an interface for options for TextRecognizer.
-
TextRecognizerOptions is a known indirect subclass of TextRecognizerOptionsInterface, providing options specifically for the Latin text model.
-
The interface includes a nested class called LanguageOption which defines language options for text recognition.
-
Several constants are defined within the interface representing different language combinations for text recognition, such as LATIN, LATIN_AND_CHINESE, LATIN_AND_DEVANAGARI, LATIN_AND_JAPANESE, and LATIN_AND_KOREAN.
| Known Indirect Subclasses |
Interface for options for TextRecognizer.
Nested Class Summary
| @interface | TextRecognizerOptionsInterface.LanguageOption | The language options for text recognition. | |
Constant Summary
| int | LATIN | |
| int | LATIN_AND_CHINESE | |
| int | LATIN_AND_DEVANAGARI | |
| int | LATIN_AND_JAPANESE | |
| int | LATIN_AND_KOREAN |