Show / Hide Table of Contents

Class VideoClassificationConfig.Types.AnnotationSpecSetConfig

Annotation spec set with the setting of allowing multi labels or not.

Inheritance
System.Object
VideoClassificationConfig.Types.AnnotationSpecSetConfig
Implements
IMessage<VideoClassificationConfig.Types.AnnotationSpecSetConfig>
System.IEquatable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>
IDeepCloneable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>
Google.Protobuf.IBufferMessage
IMessage
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 AnnotationSpecSetConfig : IMessage<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IEquatable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IDeepCloneable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IBufferMessage, IMessage

Constructors

AnnotationSpecSetConfig()

Declaration
public AnnotationSpecSetConfig()

AnnotationSpecSetConfig(VideoClassificationConfig.Types.AnnotationSpecSetConfig)

Declaration
public AnnotationSpecSetConfig(VideoClassificationConfig.Types.AnnotationSpecSetConfig other)
Parameters
Type Name Description
VideoClassificationConfig.Types.AnnotationSpecSetConfig other

Properties

AllowMultiLabel

Optional. If allow_multi_label is true, contributors are able to choose multiple labels from one annotation spec set.

Declaration
public bool AllowMultiLabel { get; set; }
Property Value
Type Description
System.Boolean

AnnotationSpecSet

Required. Annotation spec set resource name.

Declaration
public string AnnotationSpecSet { get; set; }
Property Value
Type Description
System.String
Back to top