public sealed class Document.Types.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 documentation for the `Document.Types.Provenance` class within the Google Cloud Document AI v1 API, covering versions from 1.0.0 to the latest 3.19.0."],["The `Document.Types.Provenance` class is designed to track relationships between annotations across different revisions in a document."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it has functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["Key properties of the `Document.Types.Provenance` class include `Id`, `Parents`, `Revision`, and `Type`, which collectively provide information about the operation's unique identifier, its relationship to previous elements, the revision it originates from, and the type of provenance operation."],["The namespace for this class is `Google.Cloud.DocumentAI.V1`, and it's contained within the `Google.Cloud.DocumentAI.V1.dll` assembly."]]],[]]