Represent the cloud text recognizer options.
| class | FirebaseVisionCloudTextRecognizerOptions.Builder | Builder of
FirebaseVisionCloudTextRecognizerOptions. |
|
| @interface | FirebaseVisionCloudTextRecognizerOptions.CloudTextModelType | Cloud model types for text recognition. | |
| int | DENSE_MODEL | Dense model type. |
| int | SPARSE_MODEL | Sparse model type. |
| boolean | |
| List<String> |
getHintedLanguages()
Gets the hinted language list in the options.
|
| int |
getModelType()
Gets the cloud model type in the options.
|
| int |
hashCode()
|
Dense model type. It is more suitable for well-formatted dense text.
Sparse model type. It is more suitable for sparse text.
Gets the cloud model type in the options.
Default is
SPARSE_MODEL