GoogleCloudDocumentaiV1DocumentPageFormField

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageFormField


Table of Contents ▼

Jump to a specific part of the page:

Description

A form field detected on the page.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. correctedKeyText (type: String.t, default: nil)
    - Created for Labeling UI to export key text. If corrections were made to the text identified by the field_name.text_anchor, this field will contain the correction.
  2. correctedValueText (type: String.t, default: nil)
    - Created for Labeling UI to export value text. If corrections were made to the text identified by the field_value.text_anchor, this field will contain the correction.
  3. fieldName (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout, default: nil)
    - Layout for the FormField name. e.g. Address, Email, Grand total, Phone number, etc.
  4. fieldValue (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout, default: nil)
    - Layout for the FormField value.
  5. nameDetectedLanguages (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage), default: nil)
    - A list of detected languages for name together with confidence.
  6. provenance (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance, default: nil)
    - The history of this annotation.
  7. valueDetectedLanguages (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage), default: nil)
    - A list of detected languages for value together with confidence.
  8. valueType (type: String.t, default: nil)
    - If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_value is normal text)
    - unfilled_checkbox - filled_checkbox

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageFormField{
correctedKeyText: String.t() | nil,
correctedValueText: String.t() | nil,
fieldName: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t() | nil,
fieldValue: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t() | nil,
nameDetectedLanguages: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t() ] | nil,
provenance: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance.t() | nil,
valueDetectedLanguages: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t() ] | nil,
valueType: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageFormField