GoogleCloudDocumentaiV1DocumentPageFormField class
A form field detected on the page.
Constructors
-
GoogleCloudDocumentaiV1DocumentPageFormField({String? correctedKeyText, String? correctedValueText, GoogleCloudDocumentaiV1DocumentPageLayout? fieldName, GoogleCloudDocumentaiV1DocumentPageLayout? fieldValue, List<
GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> ? nameDetectedLanguages, GoogleCloudDocumentaiV1DocumentProvenance? provenance, List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> ? valueDetectedLanguages, String? valueType}) - GoogleCloudDocumentaiV1DocumentPageFormField.fromJson(Map json_)
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 ↔ GoogleCloudDocumentaiV1DocumentPageLayout?
-
Layout for the FormField name.
getter/setter pair
- fieldValue ↔ GoogleCloudDocumentaiV1DocumentPageLayout?
-
Layout for the FormField value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
nameDetectedLanguages
↔ List<
GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> ? -
A list of detected languages for name together with confidence.
getter/setter pair
- provenance ↔ GoogleCloudDocumentaiV1DocumentProvenance?
-
The history of this annotation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
valueDetectedLanguages
↔ List<
GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> ? -
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