public sealed class Parent : IMessage<Document.Types.Provenance.Types.Parent>, IEquatable<Document.Types.Provenance.Types.Parent>, IDeepCloneable<Document.Types.Provenance.Types.Parent>, IBufferMessage, IMessage
Structure for referencing parent provenances. When an element replaces
one of more other elements parent references identify the elements that
are replaced.
[[["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-03-21 UTC."],[[["This page details the `Parent` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically `Document.Types.Provenance.Types.Parent`, which is used for referencing parent provenances when an element replaces others."],["The `Parent` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Available versions for this class range from 1.0.0 to 3.19.0, with 3.19.0 being the latest version."],["The `Parent` class includes properties like `Id` (deprecated), `Index`, and `Revision`, which provide information about the parent provenance's identifier, index, and revision number respectively."],["The class offers two constructors: a default `Parent()` constructor and another that accepts an instance of `Document.Types.Provenance.Types.Parent` as a parameter for creating a copy."]]],[]]