Provenance(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Structure to identify provenance relationships between annotations in different revisions.
Attributes
Name | Description |
revision |
int
The index of the revision that produced this element. |
id |
int
The Id of this operation. Needs to be unique within the scope of the revision. |
parents |
Sequence[google.cloud.documentai_v1beta3.types.Document.Provenance.Parent]
References to the original elements that are replaced. |
type_ |
google.cloud.documentai_v1beta3.types.Document.Provenance.OperationType
The type of provenance operation. |
Inheritance
builtins.object > proto.message.Message > ProvenanceClasses
OperationType
OperationType(value)
If a processor or agent does an explicit operation on existing elements.
Parent
Parent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.