Class ClassificationMetadata
Metadata for classification annotations.
Inheritance
System.Object
ClassificationMetadata
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ClassificationMetadata : IMessage<ClassificationMetadata>, IEquatable<ClassificationMetadata>, IDeepCloneable<ClassificationMetadata>, IBufferMessage, IMessage
Constructors
ClassificationMetadata()
Declaration
public ClassificationMetadata()
ClassificationMetadata(ClassificationMetadata)
Declaration
public ClassificationMetadata(ClassificationMetadata other)
Parameters
| Type | Name | Description |
|---|---|---|
| ClassificationMetadata | other |
Properties
IsMultiLabel
Whether the classification task is multi-label or not.
Declaration
public bool IsMultiLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |