Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class VertexAutoMLVideoConfig.
Message describing VertexAutoMLVideoConfig.
Generated from protobuf message google.cloud.visionai.v1.VertexAutoMLVideoConfig
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 returns all the detected entities.
↳ blocked_labels
string[]
Labels specified in this field won't be returned.
↳ max_predictions
int
At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
↳ bounding_box_size_limit
float
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.
getConfidenceThreshold
Only entities with higher score than the threshold will be returned.
Value 0.0 means returns all the detected entities.
float
setConfidenceThreshold
Only entities with higher score than the threshold will be returned.
Value 0.0 means returns all the detected entities.
var
float
$this
getBlockedLabels
Labels specified in this field won't be returned.
setBlockedLabels
Labels specified in this field won't be returned.
var
string[]
$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
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
setBoundingBoxSizeLimit
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.
var
float
$this

