GoogleCloudDocumentaiV1DocumentTextAnchorArgs

data class GoogleCloudDocumentaiV1DocumentTextAnchorArgs(val content: Output<String>? = null, val textSegments: Output<List<GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs>>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentTextAnchorArgs>

Text reference indexing into the Document.text.

Constructors

constructor(content: Output<String>? = null, textSegments: Output<List<GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs>>? = null)

Properties

Link copied to clipboard
val content: Output<String>? = null

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.

Link copied to clipboard

The text segments from the Document.text.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1DocumentTextAnchorArgs