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 document provides reference documentation for the `Document.Types.Provenance.Types.Parent` class within the Cloud Document AI v1beta3 API."],["The `Parent` class represents the parent element of another element, used for operations like referencing, aligning, removal, and replacement."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `Parent` class include `Id`, `Index`, and `Revision`, which provide information about the parent's identity, position in a list, and revision index."],["There are two constructors for `Parent`: a parameterless constructor and one that takes another `Parent` object as an argument."]]],[]]