Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class VertexAutoMLVisionConfig.
Message of configurations of Vertex AutoML Vision Processors.
Generated from protobuf message google.cloud.visionai.v1.VertexAutoMLVisionConfig
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ confidence_threshold
float
Only entities with higher score than the threshold will be returned. Value 0.0 means to return all the detected entities.
↳ max_predictions
int
At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
getConfidenceThreshold
Only entities with higher score than the threshold will be returned.
Value 0.0 means to return all the detected entities.
float
setConfidenceThreshold
Only entities with higher score than the threshold will be returned.
Value 0.0 means to return all the detected entities.
var
float
$this
getMaxPredictions
At most this many predictions will be returned per output frame.
Value 0 means to return all the detected entities.
int
setMaxPredictions
At most this many predictions will be returned per output frame.
Value 0 means to return all the detected entities.
var
int
$this

