Cloud Speech V2 Client - Class CreateRecognizerRequest (1.18.1)

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

Request message for the CreateRecognizer method.

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

Namespace

Google \ Cloud \ Speech \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ recognizer Google\Cloud\Speech\V2\Recognizer

Required. The Recognizer to create.

↳ validate_only bool

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

↳ recognizer_id string

The ID to use for the Recognizer, which will become the final component of the Recognizer's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

↳ parent string

Required. The project and location where this Recognizer will be created. The expected format is projects/{project}/locations/{location}.

getRecognizer

Required. The Recognizer to create.

Returns
Type Description
Google\Cloud\Speech\V2\Recognizer|null

hasRecognizer

clearRecognizer

setRecognizer

Required. The Recognizer to create.

Parameter
Name Description
var Google\Cloud\Speech\V2\Recognizer
Returns
Type Description
$this

getValidateOnly

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

Returns
Type Description
bool

setValidateOnly

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

Parameter
Name Description
var bool
Returns
Type Description
$this

getRecognizerId

The ID to use for the Recognizer, which will become the final component of the Recognizer's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Returns
Type Description
string

setRecognizerId

The ID to use for the Recognizer, which will become the final component of the Recognizer's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Parameter
Name Description
var string
Returns
Type Description
$this

getParent

Required. The project and location where this Recognizer will be created.

The expected format is projects/{project}/locations/{location}.

Returns
Type Description
string

setParent

Required. The project and location where this Recognizer will be created.

The expected format is projects/{project}/locations/{location}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The project and location where this Recognizer will be created. The expected format is projects/{project}/locations/{location}. Please see Google\Cloud\Speech\V2\SpeechClient::locationName() for help formatting this field.

recognizer Google\Cloud\Speech\V2\Recognizer

Required. The Recognizer to create.

recognizerId string

The ID to use for the Recognizer, which will become the final component of the Recognizer's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Returns
Type Description
Google\Cloud\Speech\V2\CreateRecognizerRequest