AI-generated Key Takeaways
-
TextRecognizerOptionsInterface
defines options for theTextRecognizer
, used for text recognition tasks. -
It offers various language options, including Latin and combinations with Chinese, Devanagari, Japanese, and Korean.
-
Developers can use this interface to customize the text recognition process by specifying the desired language(s).
-
Constants such as
LATIN
,LATIN_AND_CHINESE
, etc., represent the supported language options.
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 |