public interface TextRecognizerOptionsInterface
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 |
Constants
public static final int LATIN
Constant Value: 1
public static final int LATIN_AND_CHINESE
Constant Value: 2
public static final int LATIN_AND_DEVANAGARI
Constant Value: 3
public static final int LATIN_AND_JAPANESE
Constant Value: 4
public static final int LATIN_AND_KOREAN
Constant Value: 5