Class: Google::Cloud::Texttospeech::V1::SynthesizeSpeechRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Texttospeech::V1::SynthesizeSpeechRequest
 
 
- Defined in:
 - lib/google/cloud/text_to_speech/v1/doc/google/cloud/texttospeech/v1/cloud_tts.rb
 
Overview
The top-level message sent by the client for the +SynthesizeSpeech+ method.
Instance Attribute Summary collapse
- 
  
    
      #audio_config  ⇒ Google::Cloud::Texttospeech::V1::AudioConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #input  ⇒ Google::Cloud::Texttospeech::V1::SynthesisInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #voice  ⇒ Google::Cloud::Texttospeech::V1::VoiceSelectionParams 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#audio_config ⇒ Google::Cloud::Texttospeech::V1::AudioConfig
Returns Required. The configuration of the synthesized audio.
      65  | 
    
      # File 'lib/google/cloud/text_to_speech/v1/doc/google/cloud/texttospeech/v1/cloud_tts.rb', line 65 class SynthesizeSpeechRequest; end  | 
  
#input ⇒ Google::Cloud::Texttospeech::V1::SynthesisInput
Returns Required. The Synthesizer requires either plain text or SSML as input.
      65  | 
    
      # File 'lib/google/cloud/text_to_speech/v1/doc/google/cloud/texttospeech/v1/cloud_tts.rb', line 65 class SynthesizeSpeechRequest; end  | 
  
#voice ⇒ Google::Cloud::Texttospeech::V1::VoiceSelectionParams
Returns Required. The desired voice of the synthesized audio.
      65  | 
    
      # File 'lib/google/cloud/text_to_speech/v1/doc/google/cloud/texttospeech/v1/cloud_tts.rb', line 65 class SynthesizeSpeechRequest; end  |