LongRunningRecognizeRequest
class LongRunningRecognizeRequest extends Message
The top-level message sent by the client for the LongRunningRecognize
method.
Protobuf type Google\Cloud\Speech\V1\LongRunningRecognizeRequest
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 33
__construct()
at line 45
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 57
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 69
RecognitionAudio
getAudio()
Required The audio data to be recognized.
Generated from protobuf field .google.cloud.speech.v1.RecognitionAudio audio = 2;
at line 80
setAudio(RecognitionAudio $var)
Required The audio data to be recognized.
Generated from protobuf field .google.cloud.speech.v1.RecognitionAudio audio = 2;