public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class OperationMetadata.
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-03-21 UTC."],[[["The `OperationMetadata` class provides metadata for the `BatchAnnotateImages` operation within the Google Cloud Vision v1 API."],["This class is part of the `Google.Cloud.Vision.V1` namespace and is located in the `Google.Cloud.Vision.V1.dll` assembly, with its most current version being 3.7.0."],["The `OperationMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `CreateTime`, `State`, and `UpdateTime`, to track the time of the batch request, its current state and the time of when it was last updated, respectively."],["The `OperationMetadata` can be instantiated with a constructor with no parameter, or with another `OperationMetadata` object."]]],[]]