public sealed class ImageClassificationConfig : IMessage<ImageClassificationConfig>, IEquatable<ImageClassificationConfig>, IDeepCloneable<ImageClassificationConfig>, IBufferMessage, IMessage
Config for image classification human labeling task.
[[["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."],[[["`ImageClassificationConfig` is a class for configuring image classification tasks within the Google Cloud Data Labeling service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `ImageClassificationConfig` class offers properties such as `AllowMultiLabel`, `AnnotationSpecSet`, and `AnswerAggregationType` to define parameters for the labeling task."],["There are two constructors for `ImageClassificationConfig`, a default constructor, and another which takes another instance of `ImageClassificationConfig` as a parameter."],["The latest version of this class is `2.0.0-beta05`, and the documentation provided is for version `1.0.0-beta03`, with an additional version `2.0.0-beta04` available."]]],[]]