public interface ObjectDetectionConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnnotationSpecSet()
public abstract String getAnnotationSpecSet()
Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for annotationSpecSet. |
getExtractionFrameRate()
public abstract 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 | |
---|---|
Type | Description |
double |
The extractionFrameRate. |