public sealed class Parent : IMessage<Document.Types.Provenance.Types.Parent>, IEquatable<Document.Types.Provenance.Types.Parent>, IDeepCloneable<Document.Types.Provenance.Types.Parent>, IBufferMessage, IMessage
Structure for referencing parent provenances. When an element replaces one of more other elements parent references identify the elements that are replaced.
Implements
IMessage<Document.Types.Provenance.Types.Parent>, IEquatable<Document.Types.Provenance.Types.Parent>, IDeepCloneable<Document.Types.Provenance.Types.Parent>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Parent()
public Parent()
Parent(Document.Types.Provenance.Types.Parent)
public Parent(Document.Types.Provenance.Types.Parent other)
Parameter | |
---|---|
Name | Description |
other | Document.Types.Provenance.Types.Parent |
Properties
Id
[Obsolete]
public int Id { get; set; }
The id of the parent provenance.
Property Value | |
---|---|
Type | Description |
Int32 |
Index
public int Index { get; set; }
The index of the parent revisions corresponding collection of items (eg. list of entities, properties within entities, etc.)
Property Value | |
---|---|
Type | Description |
Int32 |
Revision
public int Revision { get; set; }
The index of the [Document.revisions] identifying the parent revision.
Property Value | |
---|---|
Type | Description |
Int32 |