TextRecognizerOptionsInterface.LanguageOption

  • TextRecognizerOptionsInterface.LanguageOption is an annotation interface used for specifying language options during text recognition.

  • It inherits methods from the Annotation interface, including annotationType(), equals(), hashCode(), and toString().

  • These inherited methods provide functionality for reflection and comparison of annotations.

public static abstract @interface TextRecognizerOptionsInterface.LanguageOption implements Annotation

The language options for text recognition.

Inherited Method Summary