public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Contains metadata for the BatchAnnotateImages operation.
[[["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-04-17 UTC."],[[["The `OperationMetadata` class provides metadata for the `BatchAnnotateImages` operation within the Google Cloud Vision API."],["Version 3.7.0 is the latest documented version, with older versions available for use, ranging from 3.6.0 to 2.3.0."],["`OperationMetadata` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties `CreateTime`, `State`, and `UpdateTime` to store important details regarding the operation's timestamps and current state."],["Two constructors are provided, one empty and one that accepts another `OperationMetadata` object to create new objects."]]],[]]