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 service."],["The `Provenance` class is implemented as a sealed class and is part of the `Google.Cloud.DocumentAI.V1.dll` assembly, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Provenance` class includes properties like `Id`, `Parents`, `Revision`, and `Type`, which help define the operation and relationships of elements across revisions."],["The page offers historical versions of the documentation for the Provenance class, with the latest version being 3.19.0, and going as far back as version 1.0.0."],["The `Provenance` class has two constructors: a parameterless one, and one that takes another `Document.Types.Provenance` as an argument."]]],[]]