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` documentation is 3.7.0, with other versions available ranging from 3.6.0 down to 2.3.0."],["`OperationMetadata` is a sealed class that contains metadata for the `BatchAnnotateImages` operation, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to track `CreateTime` and `UpdateTime` of the operation, both represented by the `Timestamp` type, and `State` which represents the current state of the operation."],["This class is located in the `Google.Cloud.Vision.V1` namespace within the `Google.Cloud.Vision.V1.dll` assembly."]]],[]]