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 `Provenance` class within the `Google.Cloud.DocumentAI.V1` namespace, which is used to identify relationships between annotations across different revisions in the Document AI API."],["The most recent version available is 3.19.0, with older versions listed chronologically down to version 1.0.0, allowing users to view historical documentation."],["The `Provenance` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its functionality within the Google Cloud .NET library."],["Key properties of the `Provenance` class include `Id`, `Parents`, `Revision`, and `Type`, which manage operation details, parent references, revision tracking, and operation classification."],["There are two constructors available for the `Provenance` class, one is the default, and the other allows instantiation by copying another instance of `Document.Types.Provenance`."]]],[]]