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 latest version of the `Provenance` class is 3.19.0, and the page provides links to the documentation for versions spanning from 1.0.0 to the current release."],["The `Provenance` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class has a constructor that can create a new `Provenance` object, either with no arguments or by taking another `Provenance` object as an argument."],["The `Provenance` class includes properties such as `Id`, `Parents`, `Revision`, and `Type`, which are vital in defining and tracing revisions and relationships among document elements."]]],[]]