Class: Aws::Types::SynthesizeSpeechInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine"standard", ...

Returns the value of attribute engine.

Returns:

  • ("standard", "neural", "long-form", "generative")


287
288
289
# File 'sig/types.rbs', line 287

def engine
  @engine
end

#language_code"arb", ...

Returns the value of attribute language_code.

Returns:

  • ("arb", "cmn-CN", "cy-GB", "da-DK", "de-DE", "en-AU", "en-GB", "en-GB-WLS", "en-IN", "en-US", "es-ES", "es-MX", "es-US", "fr-CA", "fr-FR", "is-IS", "it-IT", "ja-JP", "hi-IN", "ko-KR", "nb-NO", "nl-NL", "pl-PL", "pt-BR", "pt-PT", "ro-RO", "ru-RU", "sv-SE", "tr-TR", "en-NZ", "en-ZA", "ca-ES", "de-AT", "yue-CN", "ar-AE", "fi-FI", "en-IE", "nl-BE", "fr-BE", "cs-CZ", "de-CH", "en-SG")


288
289
290
# File 'sig/types.rbs', line 288

def language_code
  @language_code
end

#lexicon_names::Array[::String]

Returns the value of attribute lexicon_names.

Returns:

  • (::Array[::String])


289
290
291
# File 'sig/types.rbs', line 289

def lexicon_names
  @lexicon_names
end

#output_format"json", ...

Returns the value of attribute output_format.

Returns:

  • ("json", "mp3", "ogg_opus", "ogg_vorbis", "pcm", "mulaw", "alaw")


290
291
292
# File 'sig/types.rbs', line 290

def output_format
  @output_format
end

#sample_rate::String

Returns the value of attribute sample_rate.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def sample_rate
  @sample_rate
end

#speech_mark_types::Array[("sentence" | "ssml" | "viseme" | "word")]

Returns the value of attribute speech_mark_types.

Returns:

  • (::Array[("sentence" | "ssml" | "viseme" | "word")])


292
293
294
# File 'sig/types.rbs', line 292

def speech_mark_types
  @speech_mark_types
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def text
  @text
end

#text_type"ssml", "text"

Returns the value of attribute text_type.

Returns:



294
295
296
# File 'sig/types.rbs', line 294

def text_type
  @text_type
end

#voice_id"Aditi", ...

Returns the value of attribute voice_id.

Returns:

  • ("Aditi", "Amy", "Astrid", "Bianca", "Brian", "Camila", "Carla", "Carmen", "Celine", "Chantal", "Conchita", "Cristiano", "Dora", "Emma", "Enrique", "Ewa", "Filiz", "Gabrielle", "Geraint", "Giorgio", "Gwyneth", "Hans", "Ines", "Ivy", "Jacek", "Jan", "Joanna", "Joey", "Justin", "Karl", "Kendra", "Kevin", "Kimberly", "Lea", "Liv", "Lotte", "Lucia", "Lupe", "Mads", "Maja", "Marlene", "Mathieu", "Matthew", "Maxim", "Mia", "Miguel", "Mizuki", "Naja", "Nicole", "Olivia", "Penelope", "Raveena", "Ricardo", "Ruben", "Russell", "Salli", "Seoyeon", "Takumi", "Tatyana", "Vicki", "Vitoria", "Zeina", "Zhiyu", "Aria", "Ayanda", "Arlet", "Hannah", "Arthur", "Daniel", "Liam", "Pedro", "Kajal", "Hiujin", "Laura", "Elin", "Ida", "Suvi", "Ola", "Hala", "Andres", "Sergio", "Remi", "Adriano", "Thiago", "Ruth", "Stephen", "Kazuha", "Tomoko", "Niamh", "Sofie", "Lisa", "Isabelle", "Zayd", "Danielle", "Gregory", "Burcu", "Jitka", "Sabrina", "Jasmine", "Jihye", "Ambre", "Beatrice", "Florian", "Lennart", "Lorenzo", "Tiffany")


295
296
297
# File 'sig/types.rbs', line 295

def voice_id
  @voice_id
end