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

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

Returns
Type Description
float

setConfidenceThreshold

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

Value 0.0 means to return all the detected entities.

Parameter
Name Description
var float
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