AI-generated Key Takeaways
-
KoreanTextRecognizerOptions
is used to configure the text recognizer for Latin and Korean languages. -
It provides options for recognizing both Latin and Korean text.
-
A
Builder
class is available for creatingKoreanTextRecognizerOptions
instances. -
It inherits constants from
TextRecognizerOptionsInterface
for specifying language preferences. -
Standard methods like
equals()
andhashCode()
are included for object comparison.
implements TextRecognizerOptionsInterface
Options for the text recognizer that recognizes Latin and korean.
Nested Class Summary
class | KoreanTextRecognizerOptions.Builder | Builder for the
KoreanTextRecognizerOptions class. |
Inherited Constant Summary
Public Method Summary
boolean | |
int |
hashCode()
Returns a hash code value for the object.
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
Indicates whether some other object is "equal to" this one.
public int hashCode ()
Returns a hash code value for the object.