public sealed class Document.Types.Provenance : IMessage<Document.Types.Provenance>, IEquatable<Document.Types.Provenance>, IDeepCloneable<Document.Types.Provenance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.Provenance.
Structure to identify provenance relationships between annotations in different revisions.
Implements
IMessageDocumentTypesProvenance, IEquatableDocumentTypesProvenance, IDeepCloneableDocumentTypesProvenance, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
Provenance()
public Provenance()
Provenance(Provenance)
public Provenance(Document.Types.Provenance other)
Parameter | |
---|---|
Name | Description |
other |
DocumentTypesProvenance |
Properties
Id
[Obsolete]
public int Id { get; set; }
The Id of this operation. Needs to be unique within the scope of the revision.
Property Value | |
---|---|
Type | Description |
int |
Parents
public RepeatedField<Document.Types.Provenance.Types.Parent> Parents { get; }
References to the original elements that are replaced.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocumentTypesProvenanceTypesParent |
Revision
[Obsolete]
public int Revision { get; set; }
The index of the revision that produced this element.
Property Value | |
---|---|
Type | Description |
int |
Type
public Document.Types.Provenance.Types.OperationType Type { get; set; }
The type of provenance operation.
Property Value | |
---|---|
Type | Description |
DocumentTypesProvenanceTypesOperationType |