public sealed class Provenance : IMessage<Document.Types.Provenance>, IEquatable<Document.Types.Provenance>, IDeepCloneable<Document.Types.Provenance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Provenance.
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 reference documentation for the `Document.Types.Provenance` class within the Google Cloud Document AI v1 API, specifically for the .NET environment, with the most recent version at 3.19.0, and a history of versions going back to 1.0.0."],["`Document.Types.Provenance` is a class used to establish relationships between annotations in different revisions of a document, helping to identify where edits or changes originated from, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Provenance` class has properties that include `Id` (which is obsolete), `Parents`, `Revision`, and `Type`, which are integral to tracing the history and changes made within the document's annotations."],["The page details two constructors for the `Provenance` class: a default constructor `Provenance()`, and a copy constructor `Provenance(Document.Types.Provenance other)`."],["The page belongs to the `Google.Cloud.DocumentAI.V1` namespace, within the `Google.Cloud.DocumentAI.V1.dll` assembly, relating to the .NET implementation of the Google Cloud Document AI API."]]],[]]