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 details the `Parent` class within the `Google.Cloud.DocumentAI.V1.Document.Types.Provenance.Types` namespace, used for referencing, aligning, removal, and replacement operations related to elements within a document."],["The `Parent` class is available in multiple versions, ranging from 1.0.0 to the latest 3.19.0, allowing access to past iterations of the class, which all share common properties and methods."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`, while also having its own inherited members."],["Key properties of the `Parent` class include `Id` (deprecated), `Index`, and `Revision`, all of which are integers and provide specific identification and indexing information for parent elements."],["The class provides two constructors: a parameterless constructor, and one that accepts another instance of the Document.Types.Provenance.Types.Parent object."]]],[]]