public sealed class ImageClassificationConfig : IMessage<ImageClassificationConfig>, IEquatable<ImageClassificationConfig>, IDeepCloneable<ImageClassificationConfig>, IBufferMessage, IMessage
Config for image classification human labeling task.
Implements
IMessage<ImageClassificationConfig>, IEquatable<ImageClassificationConfig>, IDeepCloneable<ImageClassificationConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ImageClassificationConfig()
public ImageClassificationConfig()
ImageClassificationConfig(ImageClassificationConfig)
public ImageClassificationConfig(ImageClassificationConfig other)
Parameter | |
---|---|
Name | Description |
other | ImageClassificationConfig |
Properties
AllowMultiLabel
public bool AllowMultiLabel { get; set; }
Optional. If allow_multi_label is true, contributors are able to choose multiple labels for one image.
Property Value | |
---|---|
Type | Description |
Boolean |
AnnotationSpecSet
public string AnnotationSpecSet { get; set; }
Required. Annotation spec set resource name.
Property Value | |
---|---|
Type | Description |
String |
AnswerAggregationType
public StringAggregationType AnswerAggregationType { get; set; }
Optional. The type of how to aggregate answers.
Property Value | |
---|---|
Type | Description |
StringAggregationType |