Voting helps other researchers find interesting modules.
Text reference indexing into the Document.text.
content
String.t
nil
textSegments
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchor{ content: String.t() | nil, textSegments: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.t() ] | nil }
@spec decode(struct(), keyword()) :: struct()