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