public sealed class ClassificationMetadata : IMessage<ClassificationMetadata>, IEquatable<ClassificationMetadata>, IDeepCloneable<ClassificationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ClassificationMetadata.
[[["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 covers the `ClassificationMetadata` class within the Google Cloud Data Labeling v1beta1 API, specifically version 2.0.0-beta04."],["`ClassificationMetadata` is a class for managing metadata for classification annotations, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `ClassificationMetadata()` and a copy constructor `ClassificationMetadata(ClassificationMetadata other)`."],["It includes one property, `IsMultiLabel`, which is a boolean value that indicates whether the classification task allows multiple labels."],["The documentation also references other versions of this class, including 2.0.0-beta05 (latest) and 1.0.0-beta03."]]],[]]