Class: Google::Cloud::Speech::V1::RecognizeResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Speech::V1::RecognizeResponse
 
 
- Defined in:
 - lib/google/cloud/speech/v1/doc/google/cloud/speech/v1/cloud_speech.rb
 
Overview
The only message returned to the client by the +Recognize+ method. It contains the result as zero or more sequential +SpeechRecognitionResult+ messages.
Instance Attribute Summary collapse
- 
  
    
      #results  ⇒ Array<Google::Cloud::Speech::V1::SpeechRecognitionResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output-only Sequential list of transcription results corresponding to sequential portions of audio.
 
Instance Attribute Details
#results ⇒ Array<Google::Cloud::Speech::V1::SpeechRecognitionResult>
Returns Output-only Sequential list of transcription results corresponding to sequential portions of audio.
      226  | 
    
      # File 'lib/google/cloud/speech/v1/doc/google/cloud/speech/v1/cloud_speech.rb', line 226 class RecognizeResponse; end  |