Class FormField (0.9.1a0)

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

NameDescription
documentai_object google.cloud.documentai.Document.Page.FormField
Required. The original google.cloud.documentai.Document.Page.FormField object.
document_text str
Required. UTF-8 encoded text in reading order from the document.
field_name str
Required. The form field name
field_value str
Required. The form field value