speechRecognizer property

String? speechRecognizer
getter/setter pair

The name of the speech recognizer to use for speech recognition.

The expected format is projects/{project}/locations/{location}/recognizers/{recognizer}. Customers can specify this field at model creation. If not specified, a default recognizer projects/{model project}/locations/global/recognizers/_ will be used. See more details at recognizers

Output only.

Implementation

core.String? speechRecognizer;