public static interface VideoClassificationConfig.AnnotationSpecSetConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowMultiLabel()
Optional.
|
String |
getAnnotationSpecSet()
Required.
|
com.google.protobuf.ByteString |
getAnnotationSpecSetBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAnnotationSpecSet()
Required. Annotation spec set resource name.
string annotation_spec_set = 1;com.google.protobuf.ByteString getAnnotationSpecSetBytes()
Required. Annotation spec set resource name.
string annotation_spec_set = 1;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;Copyright © 2019 Google LLC. All rights reserved.