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 latest version of the `OperationMetadata` class is 3.7.0, with a series of previous versions available, including the described version 3.1.0."],["The `OperationMetadata` class, found within the `Google.Cloud.Vision.V1` namespace, contains metadata for the `BatchAnnotateImages` operation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["Key properties of the `OperationMetadata` class include `CreateTime`, `State`, and `UpdateTime`, providing information about when the batch request was received, its current state, and when it was last updated, respectively."],["The class provides two constructors, one default and one that accepts another `OperationMetadata` instance as a parameter."]]],[]]