public interface VertexAutoMLVisionConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfidenceThreshold()
public abstract float getConfidenceThreshold()Only entities with higher score than the threshold will be returned. Value 0.0 means to return 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 = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The maxPredictions. |