GoogleCloudDocumentaiV1DocumentTextAnchor

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchor


Table of Contents ▼

Jump to a specific part of the page:

Description

Text reference indexing into the Document.text.

Attributes List

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

View Attributes

Attributes

  1. content (type: String.t, default: nil)
    - Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.
  2. textSegments (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment), default: nil)
    - The text segments from the Document.text.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchor{
content: String.t() | nil,
textSegments: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.t() ] | nil
}

Function

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

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