Interface ObjectDetectionConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectDetectionConfig,ObjectDetectionConfig.Builder
public interface ObjectDetectionConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAnnotationSpecSet()Required.com.google.protobuf.ByteStringgetAnnotationSpecSetBytes()Required.doublegetExtractionFrameRate()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAnnotationSpecSet
String getAnnotationSpecSet()
Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The annotationSpecSet.
-
getAnnotationSpecSetBytes
com.google.protobuf.ByteString getAnnotationSpecSetBytes()
Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for annotationSpecSet.
-
getExtractionFrameRate
double getExtractionFrameRate()
Required. Number of frames per second to be extracted from the video.
double extraction_frame_rate = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The extractionFrameRate.
-
-