FormField(
documentai_object: google.cloud.documentai_v1.types.document.Document.Page.FormField,
document_text: dataclasses.InitVar[str],
)
Represents a wrapped documentai.Document.Page.FormField.
Attributes |
|
---|---|
Name | Description |
documentai_object
:noindex: |
google.cloud.documentai.Document.Page.FormField
Required. The original google.cloud.documentai.Document.Page.FormField object. |
document_text
:noindex: |
str
Required. UTF-8 encoded text in reading order from the document. |
field_name
:noindex: |
str
Required. The form field name |
field_value
:noindex: |
str
Required. The form field value |