AI-generated Key Takeaways
-
ChineseTextRecognizerOptions
provides options for recognizing Latin and Chinese text. -
It includes a builder class,
ChineseTextRecognizerOptions.Builder
, for creating instances. -
This class inherits constants from
TextRecognizerOptionsInterface
for specifying language preferences. -
It includes standard methods like
equals
andhashCode
for object comparison.
implements TextRecognizerOptionsInterface
Options for the text recognizer that recognizes Latin and Chinese.
Nested Class Summary
class | ChineseTextRecognizerOptions.Builder | Builder for the
ChineseTextRecognizerOptions 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.