Google Cloud Documentai V1Document Text Anchor Text Segment Response
data class GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentResponse(val endIndex: String, val startIndex: String)
A text segment in the Document.text. The indices may be out of bounds which indicate that the text extends into another document shard for large sharded documents. See ShardInfo.text_offset
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentResponse(endIndex: String, startIndex: String)