public sealed class Provenance : IMessage<Document.Types.Provenance>, IEquatable<Document.Types.Provenance>, IDeepCloneable<Document.Types.Provenance>, IBufferMessage, IMessage
Structure to identify provenance relationships between annotations in
different revisions.
[[["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 webpage details the `Document.Types.Provenance` class within the `Google.Cloud.DocumentAI.V1` namespace, used for identifying relationships between annotations in different revisions."],["The `Provenance` class is part of the `Google.Cloud.DocumentAI.V1` library and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available of the class is 3.19.0, but the page lists available versions from 1.0.0 to 3.19.0, allowing users to browse through them."],["Key properties of the `Provenance` class include `Id`, `Parents`, `Revision`, and `Type`, which describe the provenance operation and the relationship to the original elements."],["There are two constructors available for creating a `Provenance` object: a parameterless constructor and one that takes another `Document.Types.Provenance` object as input."]]],[]]