Google Cloud Vision Ai V1 Client - Class VertexAutoMLVideoConfig (0.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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 array

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.

Returns
Type Description
float

setConfidenceThreshold

Only entities with higher score than the threshold will be returned.

Value 0.0 means returns all the detected entities.

Parameter
Name Description
var float
Returns
Type Description
$this

getBlockedLabels

Labels specified in this field won't be returned.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBlockedLabels

Labels specified in this field won't be returned.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getMaxPredictions

At most this many predictions will be returned per output frame.

Value 0 means to return all the detected entities.

Returns
Type Description
int

setMaxPredictions

At most this many predictions will be returned per output frame.

Value 0 means to return all the detected entities.

Parameter
Name Description
var int
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var float
Returns
Type Description
$this