AI-generated Key Takeaways
-
JapaneseTextRecognizerOptions is a public final class that extends Object and implements TextRecognizerOptionsInterface, used for recognizing Latin and Japanese text.
-
It includes a nested class, JapaneseTextRecognizerOptions.Builder, for building JapaneseTextRecognizerOptions objects.
-
The class inherits constants for various language combinations, including LATIN_AND_JAPANESE, from the TextRecognizerOptionsInterface.
-
JapaneseTextRecognizerOptions has public methods for checking equality with another object and returning a hash code.
implements TextRecognizerOptionsInterface
Options for the text recognizer that recognizes Latin and Japanese.
Nested Class Summary
| class | JapaneseTextRecognizerOptions.Builder | Builder for the
JapaneseTextRecognizerOptions 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.