text Segments
suspend fun textSegments(value: Output<List<GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs>>)
Parameters
value
The text segments from the Document.text.
suspend fun textSegments(vararg values: Output<GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs>)
suspend fun textSegments(values: List<Output<GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs>>)
Parameters
values
The text segments from the Document.text.
suspend fun textSegments(argument: List<suspend GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgsBuilder.() -> Unit>)
suspend fun textSegments(vararg argument: suspend GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgsBuilder.() -> Unit)
suspend fun textSegments(argument: suspend GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgsBuilder.() -> Unit)
Parameters
argument
The text segments from the Document.text.