Class: Aws::Types::StartSpeechSynthesisStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::StartSpeechSynthesisStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_stream ⇒ Types::StartSpeechSynthesisStreamActionStream
Returns the value of attribute action_stream.
-
#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.
-
#voice_id ⇒ "Aditi", ...
Returns the value of attribute voice_id.
Instance Attribute Details
#action_stream ⇒ Types::StartSpeechSynthesisStreamActionStream
Returns the value of attribute action_stream.
226 227 228 |
# File 'sig/types.rbs', line 226 def action_stream @action_stream end |
#engine ⇒ "standard", ...
Returns the value of attribute engine.
220 221 222 |
# File 'sig/types.rbs', line 220 def engine @engine end |
#language_code ⇒ "arb", ...
Returns the value of attribute language_code.
221 222 223 |
# File 'sig/types.rbs', line 221 def language_code @language_code end |
#lexicon_names ⇒ ::Array[::String]
Returns the value of attribute lexicon_names.
222 223 224 |
# File 'sig/types.rbs', line 222 def lexicon_names @lexicon_names end |
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
223 224 225 |
# File 'sig/types.rbs', line 223 def output_format @output_format end |
#sample_rate ⇒ ::String
Returns the value of attribute sample_rate.
224 225 226 |
# File 'sig/types.rbs', line 224 def sample_rate @sample_rate end |
#voice_id ⇒ "Aditi", ...
Returns the value of attribute voice_id.
225 226 227 |
# File 'sig/types.rbs', line 225 def voice_id @voice_id end |