Class VideoClassificationConfig.Types.AnnotationSpecSetConfig (1.0.0-beta03)

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.

Inheritance

Object > VideoClassificationConfig.Types.AnnotationSpecSetConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

AnnotationSpecSetConfig()

public AnnotationSpecSetConfig()

AnnotationSpecSetConfig(VideoClassificationConfig.Types.AnnotationSpecSetConfig)

public AnnotationSpecSetConfig(VideoClassificationConfig.Types.AnnotationSpecSetConfig other)
Parameter
NameDescription
otherVideoClassificationConfig.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
TypeDescription
Boolean

AnnotationSpecSet

public string AnnotationSpecSet { get; set; }

Required. Annotation spec set resource name.

Property Value
TypeDescription
String