Cloud Speech V1p1beta1 Client - Class RecognizeRequest (1.15.0)

Reference documentation and code samples for the Cloud Speech V1p1beta1 Client class RecognizeRequest.

The top-level message sent by the client for the Recognize method.

Generated from protobuf message google.cloud.speech.v1p1beta1.RecognizeRequest

Namespace

Google \ Cloud \ Speech \ V1p1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ config Google\Cloud\Speech\V1p1beta1\RecognitionConfig

Required. Provides information to the recognizer that specifies how to process the request.

↳ audio Google\Cloud\Speech\V1p1beta1\RecognitionAudio

Required. The audio data to be recognized.

getConfig

Required. Provides information to the recognizer that specifies how to process the request.

Returns
TypeDescription
Google\Cloud\Speech\V1p1beta1\RecognitionConfig|null

hasConfig

clearConfig

setConfig

Required. Provides information to the recognizer that specifies how to process the request.

Parameter
NameDescription
var Google\Cloud\Speech\V1p1beta1\RecognitionConfig
Returns
TypeDescription
$this

getAudio

Required. The audio data to be recognized.

Returns
TypeDescription
Google\Cloud\Speech\V1p1beta1\RecognitionAudio|null

hasAudio

clearAudio

setAudio

Required. The audio data to be recognized.

Parameter
NameDescription
var Google\Cloud\Speech\V1p1beta1\RecognitionAudio
Returns
TypeDescription
$this