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."],[[["This document provides reference information for the `OperationMetadata` class within the Google Cloud Vision v1 API, detailing its structure and functionality."],["The `OperationMetadata` class is designed to contain metadata related to `BatchAnnotateImages` operations, including the time of creation and last update, as well as the current state."],["The `OperationMetadata` class has a list of available versions starting at 2.3.0 up to the latest at 3.7.0, which are linked for direct access."],["`OperationMetadata` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `object` class."],["The class has properties like `CreateTime`, `State`, and `UpdateTime`, which provide details about the operation's lifecycle and current condition."]]],[]]