public sealed class AnnotationSpecSetConfig : IMessage<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IEquatable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IDeepCloneable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IBufferMessage, IMessage
Annotation spec set with the setting of allowing multi labels or not.
Implements
IMessage<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IEquatable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IDeepCloneable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
AnnotationSpecSetConfig()
public AnnotationSpecSetConfig()
AnnotationSpecSetConfig(VideoClassificationConfig.Types.AnnotationSpecSetConfig)
public AnnotationSpecSetConfig(VideoClassificationConfig.Types.AnnotationSpecSetConfig other)
Parameter | |
---|---|
Name | Description |
other | VideoClassificationConfig.Types.AnnotationSpecSetConfig |
Properties
AllowMultiLabel
public bool AllowMultiLabel { get; set; }
Optional. If allow_multi_label is true, contributors are able to choose multiple labels from one annotation spec set.
Property Value | |
---|---|
Type | Description |
Boolean |
AnnotationSpecSet
public string AnnotationSpecSet { get; set; }
Required. Annotation spec set resource name.
Property Value | |
---|---|
Type | Description |
String |