CloudDocumentRecognizerOptions class

Options for cloud document text recognizer.

In cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong).

Constructors

CloudDocumentRecognizerOptions({List<String>? hintedLanguages})
Constructor for CloudDocumentRecognizerOptions.
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

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