Cloud Document AI v1 API - Class Document.Types.Provenance (3.15.0)

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 v1 API class Document.Types.Provenance.

Structure to identify provenance relationships between annotations in different revisions.

Inheritance

object > Document.Types.Provenance

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Provenance()

public Provenance()

Provenance(Provenance)

public Provenance(Document.Types.Provenance other)
Parameter
NameDescription
otherDocumentTypesProvenance

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
TypeDescription
int

Parents

public RepeatedField<Document.Types.Provenance.Types.Parent> Parents { get; }

References to the original elements that are replaced.

Property Value
TypeDescription
RepeatedFieldDocumentTypesProvenanceTypesParent

Revision

[Obsolete]
public int Revision { get; set; }

The index of the revision that produced this element.

Property Value
TypeDescription
int

Type

public Document.Types.Provenance.Types.OperationType Type { get; set; }

The type of provenance operation.

Property Value
TypeDescription
DocumentTypesProvenanceTypesOperationType