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."],[[["This webpage details the `OperationMetadata` class, specifically version 2.3.0, within the `Google.Cloud.Vision.V1` namespace, which provides metadata for the `BatchAnnotateImages` operation."],["The `OperationMetadata` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `OperationMetadata()` constructor and a copy constructor `OperationMetadata(OperationMetadata other)` to clone another instance."],["Key properties of `OperationMetadata` include `CreateTime`, indicating when the batch request was received, `State`, reflecting the current operation status, and `UpdateTime`, showing the last result update time."],["The webpage also lists all of the previous versions of the `OperationMetaData` class within the Google.Cloud.Vision.V1 namespace."]]],[]]