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