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."],[[["The webpage provides documentation for the `Document.Types.Provenance` class within the `Google.Cloud.DocumentAI.V1` namespace, detailing its role in identifying relationships between annotations across different revisions."],["Multiple versions of the `Document.Types.Provenance` documentation are available, ranging from version 1.0.0 up to the latest version 3.19.0."],["The `Provenance` class, part of the Google Cloud Document AI library, implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and includes properties such as `Id`, `Parents`, `Revision`, and `Type` to manage annotation provenance."],["The class `Provenance` contains two constructors: the default `Provenance()` and an overload `Provenance(Document.Types.Provenance other)` to create a new instance from an existing one."],["It allows to identify the unique provenance relationships between different annotation's revisions with the properties `Id`, `Parents` and `Revision` and the `Type` of modification applied."]]],[]]