StringResult class

Represents the multi-alphabet string result extracted from the OCR. The result contains the extracted strings, their locations, and the sides of the extracted strings.

Constructors

StringResult(Map<String, dynamic> nativeStringResult)
Represents the multi-alphabet string result extracted from the OCR. The result contains the extracted strings, their locations, and the sides of the extracted strings.

Properties

arabic String?
String for field in arabic alphabet
getter/setter pair
cyrillic String?
String for field in cyrillic alphabet
getter/setter pair
greek String?
String for field in greek alphabet
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latin String?
String for field in latin alphabet
getter/setter pair
location Location?
Document field location
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side Side?
The document side where the field is located.
getter/setter pair
value String?
All strings separated by new line
getter/setter pair

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