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.
[[["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."],[[["The `Parent` class, part of the `Google.Cloud.DocumentAI.V1Beta3` namespace, represents the parent element upon which a given element is based, crucial for operations like referencing, aligning, removal, and replacement."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, deep cloning, and buffer management."],["The `Parent` class offers two constructors, one default and another that takes a `Document.Types.Provenance.Types.Parent` object as a parameter for copying, and contains members inherited from the base `Object`."],["`Parent` class features properties `Id`, `Index`, and `Revision` that are `Int32` types, providing data regarding the parent provenance, item index, and the revision index, respectively."]]],[]]