TextField class
Represents a text field extracted from a document.
- Implemented types
Constructors
- TextField()
- Creates a new instance of the TextField class.
-
TextField.fromHandle(Pointer<
id3DocumentTextField> handle) - Creates a new instance of the TextField class.
Properties
- bounds → Rectangle
-
Boundaries of the text field in the image.
no setter
- confidence → double
-
Confidence score for the value read from the text field.
no setter
-
handle
→ Pointer<
id3DocumentTextField> -
Gets the native handle.
return The native handle.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Name of the text field.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
Value of the text field.
no setter
Methods
-
clone(
) → TextField - Creates a copy of the TextField object.
-
dispose(
) → void - Releases all resources used by this TextField.
-
getBounds(
) → Rectangle - Gets the boundaries of the text field in the image.
-
getConfidence(
) → double - Gets the confidence score for the value read from the text field.
-
getName(
) → String - Gets the name of the text field.
-
getValue(
) → String - Gets the value of the text field.
-
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