public sealed class VideoClassificationConfig.Types.AnnotationSpecSetConfig : IMessage<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IEquatable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IDeepCloneable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class VideoClassificationConfig.Types.AnnotationSpecSetConfig.
Annotation spec set with the setting of allowing multi labels or not.
Implements
IMessageVideoClassificationConfigTypesAnnotationSpecSetConfig, IEquatableVideoClassificationConfigTypesAnnotationSpecSetConfig, IDeepCloneableVideoClassificationConfigTypesAnnotationSpecSetConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
AnnotationSpecSetConfig()
public AnnotationSpecSetConfig()
AnnotationSpecSetConfig(AnnotationSpecSetConfig)
public AnnotationSpecSetConfig(VideoClassificationConfig.Types.AnnotationSpecSetConfig other)
Parameter | |
---|---|
Name | Description |
other |
VideoClassificationConfigTypesAnnotationSpecSetConfig |
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 |
bool |
AnnotationSpecSet
public string AnnotationSpecSet { get; set; }
Required. Annotation spec set resource name.
Property Value | |
---|---|
Type | Description |
string |