Class Document.Types.Provenance.Types.Parent (2.0.0)

public sealed class Parent : IMessage<Document.Types.Provenance.Types.Parent>, IEquatable<Document.Types.Provenance.Types.Parent>, IDeepCloneable<Document.Types.Provenance.Types.Parent>, IBufferMessage, IMessage

The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.

Inheritance

Object > Document.Types.Provenance.Types.Parent

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Parent()

public Parent()

Parent(Document.Types.Provenance.Types.Parent)

public Parent(Document.Types.Provenance.Types.Parent other)
Parameter
NameDescription
otherDocument.Types.Provenance.Types.Parent

Properties

Id

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

The id of the parent provenance.

Property Value
TypeDescription
Int32

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

Revision

public int Revision { get; set; }

The index of the index into current revision's parent_ids list.

Property Value
TypeDescription
Int32