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, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.Provenance.Types.Parent.
The parent element the current element is based on. Used for
referencing/aligning, removal and replacement operations.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This documentation covers the `Document.Types.Provenance.Types.Parent` class, a part of the Google Cloud Document AI v1beta3 API, which is used to represent the parent element of a document element for referencing, aligning, removal, and replacement operations."],["The `Document.Types.Provenance.Types.Parent` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors, `Parent()` and `Parent(Parent)`, allowing for the creation of new instances and the copying of existing `Document.Types.Provenance.Types.Parent` objects."],["Key properties of the class include `Id` (the parent provenance ID, now obsolete), `Index` (the parent item's index in a list), and `Revision` (the index into the current revision's parent IDs list), all of which are of the `int` type."]]],[]]