textChanges property

List<GoogleCloudDocumentaiV1DocumentTextChange>? textChanges
getter/setter pair

Placeholder.

A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.

Implementation

core.List<GoogleCloudDocumentaiV1DocumentTextChange>? textChanges;