Class: Google::Cloud::Texttospeech::V1::ListVoicesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Texttospeech::V1::ListVoicesResponse
 
 
- Defined in:
 - lib/google/cloud/text_to_speech/v1/doc/google/cloud/texttospeech/v1/cloud_tts.rb
 
Overview
The message returned to the client by the +ListVoices+ method.
Instance Attribute Summary collapse
- 
  
    
      #voices  ⇒ Array<Google::Cloud::Texttospeech::V1::Voice> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of voices.
 
Instance Attribute Details
#voices ⇒ Array<Google::Cloud::Texttospeech::V1::Voice>
Returns The list of voices.
      36  | 
    
      # File 'lib/google/cloud/text_to_speech/v1/doc/google/cloud/texttospeech/v1/cloud_tts.rb', line 36 class ListVoicesResponse; end  |