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-08-04 UTC."],[[["This webpage provides documentation for the `Parent` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically focusing on different versions of this class, from 1.0.0 up to 3.19.0."],["The `Parent` class, which is part of the `Document.Types.Provenance.Types` structure, serves as a reference to the element that the current element is based upon, supporting operations like referencing, alignment, removal, and replacement."],["The `Parent` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, offering methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors, `Parent()` and `Parent(Document.Types.Provenance.Types.Parent other)`, and contains three properties: `Id` (which is now obsolete), `Index`, and `Revision`, each designed to define the relationship of the parent item."],["The most recent version of the `Parent` class is 3.19.0, and it can be found within the Google.Cloud.DocumentAI.V1 namespace."]]],[]]