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 provides documentation for the `Document.Types.Provenance` class within the Google Cloud Document AI V1 library for .NET, detailing its structure and usage."],["The documentation covers a range of versions, from 1.0.0 to the latest version 3.19.0, allowing developers to reference the class across different updates."],["`Document.Types.Provenance` is used to track relationships between annotations across different revisions, it inherits members from the Object class, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor, `Provenance()`, and a copy constructor `Provenance(Document.Types.Provenance other)`, and the class exposes properties such as `Id`, `Parents`, `Revision`, and `Type` to manage the operations and attributes of provenance data."]]],[]]