GoogleCloudDocumentaiV1beta2DocumentPageFormField class

A form field detected on the page.

Properties

correctedKeyText String?
Created for Labeling UI to export key text.
getter/setter pair
correctedValueText String?
Created for Labeling UI to export value text.
getter/setter pair
fieldName GoogleCloudDocumentaiV1beta2DocumentPageLayout?
Layout for the FormField name.
getter/setter pair
fieldValue GoogleCloudDocumentaiV1beta2DocumentPageLayout?
Layout for the FormField value.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nameDetectedLanguages List<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>?
A list of detected languages for name together with confidence.
getter/setter pair
provenance GoogleCloudDocumentaiV1beta2DocumentProvenance?
The history of this annotation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueDetectedLanguages List<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>?
A list of detected languages for value together with confidence.
getter/setter pair
valueType String?
If the value is non-textual, this field represents the type.
getter/setter pair

Methods

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

Operators

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