public sealed class LabelImageClassificationOperationMetadata : IMessage<LabelImageClassificationOperationMetadata>, IEquatable<LabelImageClassificationOperationMetadata>, IDeepCloneable<LabelImageClassificationOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class LabelImageClassificationOperationMetadata.
[[["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 documentation is for the `LabelImageClassificationOperationMetadata` class within the Google Cloud Data Labeling v1beta1 API, specifically for version 2.0.0-beta04, with a later beta version also available."],["The `LabelImageClassificationOperationMetadata` class is used to represent metadata for image classification operations and inherits from the base `object` class, and it also implements `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage` interfaces."],["The class has two constructors: a default constructor and a copy constructor that takes another `LabelImageClassificationOperationMetadata` object as a parameter."],["It contains a property called `BasicConfig`, of type `HumanAnnotationConfig`, that represents the basic human annotation configuration used in labeling requests."],["There are also two inherited members, GetHashCode(), GetType() and ToString(), which are functions inherited from object class."]]],[]]