GoogleCloudDocumentaiV1DocumentTextChange constructor
GoogleCloudDocumentaiV1DocumentTextChange({
- String? changedText,
- List<
GoogleCloudDocumentaiV1DocumentProvenance> ? provenance, - GoogleCloudDocumentaiV1DocumentTextAnchor? textAnchor,
Implementation
GoogleCloudDocumentaiV1DocumentTextChange({
this.changedText,
this.provenance,
this.textAnchor,
});