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 page documents the `Document.Types.Provenance` class within the `Google.Cloud.DocumentAI.V1` namespace, detailing its structure for tracking relationships between annotations across different document revisions."],["This class is implemented as `public sealed class Provenance` and supports several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide methods for working with and maintaining the class."],["`Provenance` objects can be created using default and copy constructors, and they include properties like `Id`, `Parents`, `Revision`, and `Type` to manage unique operation identifiers, parent element references, revision indices, and types of operations, respectively."],["The latest version available in the documentation is version 3.19.0 and there are many versions available that go as far back as version 1.0.0, allowing users to work with a range of iterations of the `Document.Types.Provenance` class."]]],[]]