public sealed class ClassificationMetadata : IMessage<ClassificationMetadata>, IEquatable<ClassificationMetadata>, IDeepCloneable<ClassificationMetadata>, IBufferMessage, IMessage
[[["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 `ClassificationMetadata` class provides metadata for classification annotations within the `Google.Cloud.DataLabeling.V1Beta1` namespace."],["This class, found in the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ClassificationMetadata` objects can be created either with an empty constructor or a constructor that takes another `ClassificationMetadata` object as a parameter."],["The `IsMultiLabel` property, a boolean, indicates whether the classification task associated is multi-label or not."],["The latest version of the class documentation available is `2.0.0-beta05`, with older versions including `2.0.0-beta04` and `1.0.0-beta03` also accessible."]]],[]]