GoogleCloudDocumentaiV1beta2DocumentTextChange constructor
GoogleCloudDocumentaiV1beta2DocumentTextChange({
- String? changedText,
- List<
GoogleCloudDocumentaiV1beta2DocumentProvenance> ? provenance, - GoogleCloudDocumentaiV1beta2DocumentTextAnchor? textAnchor,
Implementation
GoogleCloudDocumentaiV1beta2DocumentTextChange({
this.changedText,
this.provenance,
this.textAnchor,
});