public sealed class Document.Types.Provenance.Types.Parent : IMessage<Document.Types.Provenance.Types.Parent>, IEquatable<Document.Types.Provenance.Types.Parent>, IDeepCloneable<Document.Types.Provenance.Types.Parent>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Provenance.Types.Parent.
The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
Implements
IMessageDocumentTypesProvenanceTypesParent, IEquatableDocumentTypesProvenanceTypesParent, IDeepCloneableDocumentTypesProvenanceTypesParent, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Parent()
public Parent()Parent(Parent)
public Parent(Document.Types.Provenance.Types.Parent other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentTypesProvenanceTypesParent |
Properties
Id
[Obsolete]
public int Id { get; set; }The id of the parent provenance.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Index
public int Index { get; set; }The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Revision
public int Revision { get; set; }The index of the index into current revision's parent_ids list.
| Property Value | |
|---|---|
| Type | Description |
int |
|