Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentTextAnchor (googly_document_ai v0.1.0)

Copy Markdown View Source

Text reference indexing into the Document.text.

Attributes

  • content (type: String.t()) - 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.
  • text_segments (type: list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.t())) - The text segments from the Document.text.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentTextAnchor{
  content: String.t() | nil,
  text_segments:
    [
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.t()
    ]
    | nil
}