Class: Google::Cloud::Speech::V1::RecognizeRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Cloud::Speech::V1::RecognizeRequest
 
- 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 +Recognize+ 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.
| 27 | # File 'lib/google/cloud/speech/v1/doc/google/cloud/speech/v1/cloud_speech.rb', line 27 class RecognizeRequest; end | 
#config ⇒ Google::Cloud::Speech::V1::RecognitionConfig
Returns Required Provides information to the recognizer that specifies how to process the request.
| 27 | # File 'lib/google/cloud/speech/v1/doc/google/cloud/speech/v1/cloud_speech.rb', line 27 class RecognizeRequest; end |