DocumentTextContainer class abstract

Abstract class for common attributes of text elements in a document image.

Implementers

Properties

boundingBox Rect?
Axis-aligned bounding rectangle of the detected text.
final
confidence double?
The confidence of the recognized text block.
final
hashCode int
The hash code for this object.
no setterinherited
recognizedBreak DocumentTextRecognizedBreak?
Detected start or end of a structural component.
final
recognizedLanguages List<RecognizedLanguage>
All detected languages from recognized text.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The recognized text as a string.
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