AI-generated Key Takeaways
- 
          TextRecognizerOptions is a class for configuring the text recognizer that exclusively uses the Latin model. 
- 
          A nested Builder class is available for constructing TextRecognizerOptions instances. 
- 
          The class includes a default option instance named DEFAULT_OPTIONS. 
- 
          Public methods are provided for checking object equality and getting the hash code. 
Options for the text recognizer which only has latin model.
Nested Class Summary
| class | TextRecognizerOptions.Builder | Builder for TextRecognizerOptionsinstances. | |
Inherited Constant Summary
Field Summary
| public static final TextRecognizerOptions | DEFAULT_OPTIONS | Default option using the default executor. | 
Public Method Summary
| boolean | |
| int | 
                  
                  hashCode()
                   
                    Returns a hash code value for the object.
                   | 
Inherited Method Summary
Fields
public static final TextRecognizerOptions DEFAULT_OPTIONS
Default option using the default executor.
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.
