CloudTextRecognizerOptions class

Options for a cloud text recognizer.

Hinted languages and text model type may provide better results if text language and density are known prior to inference.

Constructors

CloudTextRecognizerOptions({List<String>? hintedLanguages, CloudTextModelType textModelType = CloudTextModelType.sparse})
Constructor for CloudTextRecognizerOptions.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hintedLanguages List<String>?
Language hints for text recognition.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textModelType CloudTextModelType
Sets model type for cloud text recognition. Choosing 'sparse' or 'dense' option will lead the recognizer to use one of two different models, which differ by handling text densities in an image.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited