textChanges property

List<GoogleCloudDocumentaiV1beta3DocumentTextChange>? textChanges
getter/setter pair

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<GoogleCloudDocumentaiV1beta3DocumentTextChange>? textChanges;