Google Cloud Documentai V1Document Text Anchor Response
data class GoogleCloudDocumentaiV1DocumentTextAnchorResponse(val content: String, val textSegments: List<GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentResponse>)
Text reference indexing into the Document.text.
Constructors
Link copied to clipboard
constructor(content: String, textSegments: List<GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentResponse>)