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 \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ recognizer
↳ 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.
hasRecognizer
clearRecognizer
setRecognizer
Required. The Recognizer to create.
$this
getValidateOnly
If set, validate the request and preview the Recognizer, but do not actually create it.
bool
setValidateOnly
If set, validate the request and preview the Recognizer, but do not actually create it.
var
bool
$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]-/.
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]-/.
var
string
$this
getParent
Required. The project and location where this Recognizer will be created.
The expected format is projects/{project}/locations/{location}
.
string
setParent
Required. The project and location where this Recognizer will be created.
The expected format is projects/{project}/locations/{location}
.
var
string
$this
static::build
parent
string
Required. The project and location where this Recognizer will be created.
The expected format is projects/{project}/locations/{location}
. Please see SpeechClient::locationName()
for help formatting this field.
recognizer
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]-/.