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
fun GoogleCloudDocumentaiV1DocumentTextChangeResponse(changedText: String, provenance: List<GoogleCloudDocumentaiV1DocumentProvenanceResponse>, textAnchor: GoogleCloudDocumentaiV1DocumentTextAnchorResponse)