Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig::AnnotationSpecSetConfig.
Annotation spec set with the setting of allowing multi labels or not.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_multi_label
def allow_multi_label() -> ::Boolean
Returns
- (::Boolean) — Optional. If allow_multi_label is true, contributors are able to choose multiple labels from one annotation spec set.
#allow_multi_label=
def allow_multi_label=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If allow_multi_label is true, contributors are able to choose multiple labels from one annotation spec set.
Returns
- (::Boolean) — Optional. If allow_multi_label is true, contributors are able to choose multiple labels from one annotation spec set.
#annotation_spec_set
def annotation_spec_set() -> ::String
Returns
- (::String) — Required. Annotation spec set resource name.
#annotation_spec_set=
def annotation_spec_set=(value) -> ::String
Parameter
- value (::String) — Required. Annotation spec set resource name.
Returns
- (::String) — Required. Annotation spec set resource name.