Google Cloud Documentai V1Document Text Change Response
data class GoogleCloudDocumentaiV1DocumentTextChangeResponse(val changedText: String, val provenance: List<GoogleCloudDocumentaiV1DocumentProvenanceResponse>, val textAnchor: GoogleCloudDocumentaiV1DocumentTextAnchorResponse)
This message is used for text changes aka. OCR corrections.
Constructors
Link copied to clipboard
constructor(changedText: String, provenance: List<GoogleCloudDocumentaiV1DocumentProvenanceResponse>, textAnchor: GoogleCloudDocumentaiV1DocumentTextAnchorResponse)
Properties
Link copied to clipboard
The text that replaces the text identified in the text_anchor
.
Link copied to clipboard
The history of this annotation.
Link copied to clipboard
Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segments
element. If the start and end index of the text segment are the same, the text change is inserted before that index.