textChanges property
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;