Class: Google::Cloud::Speech::V1::LongRunningRecognizeResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Speech::V1::LongRunningRecognizeResponse
 
 
- 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 +LongRunningRecognize+ method. It contains the result as zero or more sequential +SpeechRecognitionResult+ messages. It is included in the +result.response+ field of the +Operation+ returned by the +GetOperation+ call of the +google::longrunning::Operations+ service.
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.
      237  | 
    
      # File 'lib/google/cloud/speech/v1/doc/google/cloud/speech/v1/cloud_speech.rb', line 237 class LongRunningRecognizeResponse; end  |