Cloud Speech V2 Client - Class UpdateRecognizerRequest (1.16.0)

Reference documentation and code samples for the Cloud Speech V2 Client class UpdateRecognizerRequest.

Request message for the UpdateRecognizer method.

Generated from protobuf message google.cloud.speech.v2.UpdateRecognizerRequest

Namespace

Google \ Cloud \ Speech \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ recognizer Google\Cloud\Speech\V2\Recognizer

Required. The Recognizer to update. The Recognizer's name field is used to identify the Recognizer to update. Format: projects/{project}/locations/{location}/recognizers/{recognizer}.

↳ update_mask Google\Protobuf\FieldMask

The list of fields to update. If empty, all non-default valued fields are considered for update. Use * to update the entire Recognizer resource.

↳ validate_only bool

If set, validate the request and preview the updated Recognizer, but do not actually update it.

getRecognizer

Required. The Recognizer to update.

The Recognizer's name field is used to identify the Recognizer to update. Format: projects/{project}/locations/{location}/recognizers/{recognizer}.

Returns
TypeDescription
Google\Cloud\Speech\V2\Recognizer|null

hasRecognizer

clearRecognizer

setRecognizer

Required. The Recognizer to update.

The Recognizer's name field is used to identify the Recognizer to update. Format: projects/{project}/locations/{location}/recognizers/{recognizer}.

Parameter
NameDescription
var Google\Cloud\Speech\V2\Recognizer
Returns
TypeDescription
$this

getUpdateMask

The list of fields to update. If empty, all non-default valued fields are considered for update. Use * to update the entire Recognizer resource.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to update. If empty, all non-default valued fields are considered for update. Use * to update the entire Recognizer resource.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

getValidateOnly

If set, validate the request and preview the updated Recognizer, but do not actually update it.

Returns
TypeDescription
bool

setValidateOnly

If set, validate the request and preview the updated Recognizer, but do not actually update it.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
recognizer Google\Cloud\Speech\V2\Recognizer

Required. The Recognizer to update.

The Recognizer's name field is used to identify the Recognizer to update. Format: projects/{project}/locations/{location}/recognizers/{recognizer}.

updateMask Google\Protobuf\FieldMask

The list of fields to update. If empty, all non-default valued fields are considered for update. Use * to update the entire Recognizer resource.

Returns
TypeDescription
Google\Cloud\Speech\V2\UpdateRecognizerRequest