Interface VideoClassificationConfig.AnnotationSpecSetConfigOrBuilder (0.159.0)

public static interface VideoClassificationConfig.AnnotationSpecSetConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowMultiLabel()

public abstract boolean getAllowMultiLabel()

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

bool allow_multi_label = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The allowMultiLabel.

getAnnotationSpecSet()

public abstract String getAnnotationSpecSet()

Required. Annotation spec set resource name.

string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The annotationSpecSet.

getAnnotationSpecSetBytes()

public abstract ByteString getAnnotationSpecSetBytes()

Required. Annotation spec set resource name.

string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for annotationSpecSet.