ChineseTextRecognizerOptions

  • ChineseTextRecognizerOptions are options for a text recognizer that recognizes Latin and Chinese text.

  • It has a nested Builder class for creating instances of ChineseTextRecognizerOptions.

  • The class inherits constants for various language options from the TextRecognizerOptionsInterface.

  • It provides public methods for checking equality and getting the hash code of an object.

public final class ChineseTextRecognizerOptions extends Object
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
equals(Object o)
Indicates whether some other object is "equal to" this one.
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.