RecognizeRequest
class RecognizeRequest extends Message
The top-level message sent by the client for the Recognize
method.
Protobuf type Google\Cloud\Speech\V1\RecognizeRequest
Methods
No description
Required Provides information to the recognizer that specifies how to process the request.
Required Provides information to the recognizer that specifies how to process the request.
Required The audio data to be recognized.
Details
at line 32
__construct()
at line 44
RecognitionConfig
getConfig()
Required Provides information to the recognizer that specifies how to process the request.
Generated from protobuf field .google.cloud.speech.v1.RecognitionConfig config = 1;
at line 56
setConfig(RecognitionConfig $var)
Required Provides information to the recognizer that specifies how to process the request.
Generated from protobuf field .google.cloud.speech.v1.RecognitionConfig config = 1;
at line 68
RecognitionAudio
getAudio()
Required The audio data to be recognized.
Generated from protobuf field .google.cloud.speech.v1.RecognitionAudio audio = 2;
at line 79
setAudio(RecognitionAudio $var)
Required The audio data to be recognized.
Generated from protobuf field .google.cloud.speech.v1.RecognitionAudio audio = 2;