GoogleCloudDocumentaiV1beta1DocumentTextChange constructor
GoogleCloudDocumentaiV1beta1DocumentTextChange({
- String? changedText,
- List<
GoogleCloudDocumentaiV1beta1DocumentProvenance> ? provenance, - GoogleCloudDocumentaiV1beta1DocumentTextAnchor? textAnchor,
Implementation
GoogleCloudDocumentaiV1beta1DocumentTextChange({
this.changedText,
this.provenance,
this.textAnchor,
});