GoogleCloudDocumentaiV1beta3DocumentTextChange constructor
GoogleCloudDocumentaiV1beta3DocumentTextChange({
- String? changedText,
- List<
GoogleCloudDocumentaiV1beta3DocumentProvenance> ? provenance, - GoogleCloudDocumentaiV1beta3DocumentTextAnchor? textAnchor,
Implementation
GoogleCloudDocumentaiV1beta3DocumentTextChange({
this.changedText,
this.provenance,
this.textAnchor,
});