Class: Google::Cloud::Speech::V1::LongRunningRecognizeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1::LongRunningRecognizeRequest
- Defined in:
- lib/google/cloud/speech/v1/doc/google/cloud/speech/v1/cloud_speech.rb
Overview
The top-level message sent by the client for the +LongRunningRecognize+ method.
Instance Attribute Summary collapse
-
#audio ⇒ Google::Cloud::Speech::V1::RecognitionAudio
Required The audio data to be recognized.
-
#config ⇒ Google::Cloud::Speech::V1::RecognitionConfig
Required Provides information to the recognizer that specifies how to process the request.
Instance Attribute Details
#audio ⇒ Google::Cloud::Speech::V1::RecognitionAudio
Returns Required The audio data to be recognized.
38 |
# File 'lib/google/cloud/speech/v1/doc/google/cloud/speech/v1/cloud_speech.rb', line 38 class LongRunningRecognizeRequest; end |
#config ⇒ Google::Cloud::Speech::V1::RecognitionConfig
Returns Required Provides information to the recognizer that specifies how to process the request.
38 |
# File 'lib/google/cloud/speech/v1/doc/google/cloud/speech/v1/cloud_speech.rb', line 38 class LongRunningRecognizeRequest; end |