Class: Aws::Types::SynthesizeSpeechInput
- Inherits:
-
Object
- Object
- Aws::Types::SynthesizeSpeechInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine ⇒ "standard", ...
Returns the value of attribute engine.
-
#language_code ⇒ "arb", ...
Returns the value of attribute language_code.
-
#lexicon_names ⇒ ::Array[::String]
Returns the value of attribute lexicon_names.
-
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
-
#sample_rate ⇒ ::String
Returns the value of attribute sample_rate.
-
#speech_mark_types ⇒ ::Array[("sentence" | "ssml" | "viseme" | "word")]
Returns the value of attribute speech_mark_types.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#text_type ⇒ "ssml", "text"
Returns the value of attribute text_type.
-
#voice_id ⇒ "Aditi", ...
Returns the value of attribute voice_id.
Instance Attribute Details
#engine ⇒ "standard", ...
Returns the value of attribute engine.
287 288 289 |
# File 'sig/types.rbs', line 287 def engine @engine end |
#language_code ⇒ "arb", ...
Returns the value of attribute language_code.
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.
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.
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.
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.
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.
293 294 295 |
# File 'sig/types.rbs', line 293 def text @text end |
#text_type ⇒ "ssml", "text"
Returns the value of attribute text_type.
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.
295 296 297 |
# File 'sig/types.rbs', line 295 def voice_id @voice_id end |