public interface VertexAutoMLVideoConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBlockedLabels(int index)
public abstract String getBlockedLabels(int index)
Labels specified in this field won't be returned.
repeated string blocked_labels = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The blockedLabels at the given index. |
getBlockedLabelsBytes(int index)
public abstract ByteString getBlockedLabelsBytes(int index)
Labels specified in this field won't be returned.
repeated string blocked_labels = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the blockedLabels at the given index. |
getBlockedLabelsCount()
public abstract int getBlockedLabelsCount()
Labels specified in this field won't be returned.
repeated string blocked_labels = 2;
Returns | |
---|---|
Type | Description |
int |
The count of blockedLabels. |
getBlockedLabelsList()
public abstract List<String> getBlockedLabelsList()
Labels specified in this field won't be returned.
repeated string blocked_labels = 2;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the blockedLabels. |
getBoundingBoxSizeLimit()
public abstract float getBoundingBoxSizeLimit()
Only Bounding Box whose size is larger than this limit will be returned. Object Tracking only. Value 0.0 means to return all the detected entities.
float bounding_box_size_limit = 4;
Returns | |
---|---|
Type | Description |
float |
The boundingBoxSizeLimit. |
getConfidenceThreshold()
public abstract float getConfidenceThreshold()
Only entities with higher score than the threshold will be returned. Value 0.0 means returns all the detected entities.
float confidence_threshold = 1;
Returns | |
---|---|
Type | Description |
float |
The confidenceThreshold. |
getMaxPredictions()
public abstract int getMaxPredictions()
At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
int32 max_predictions = 3;
Returns | |
---|---|
Type | Description |
int |
The maxPredictions. |