Class: Aws::Types::StartSpeechSynthesisTaskInput
- Inherits:
-
Object
- Object
- Aws::Types::StartSpeechSynthesisTaskInput
- 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.
-
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
-
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
-
#sample_rate ⇒ ::String
Returns the value of attribute sample_rate.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#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.
236 237 238 |
# File 'sig/types.rbs', line 236 def engine @engine end |
#language_code ⇒ "arb", ...
Returns the value of attribute language_code.
237 238 239 |
# File 'sig/types.rbs', line 237 def language_code @language_code end |
#lexicon_names ⇒ ::Array[::String]
Returns the value of attribute lexicon_names.
238 239 240 |
# File 'sig/types.rbs', line 238 def lexicon_names @lexicon_names end |
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
239 240 241 |
# File 'sig/types.rbs', line 239 def output_format @output_format end |
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
240 241 242 |
# File 'sig/types.rbs', line 240 def output_s3_bucket_name @output_s3_bucket_name end |
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
241 242 243 |
# File 'sig/types.rbs', line 241 def output_s3_key_prefix @output_s3_key_prefix end |
#sample_rate ⇒ ::String
Returns the value of attribute sample_rate.
242 243 244 |
# File 'sig/types.rbs', line 242 def sample_rate @sample_rate end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
243 244 245 |
# File 'sig/types.rbs', line 243 def sns_topic_arn @sns_topic_arn end |
#speech_mark_types ⇒ ::Array[("sentence" | "ssml" | "viseme" | "word")]
Returns the value of attribute speech_mark_types.
244 245 246 |
# File 'sig/types.rbs', line 244 def speech_mark_types @speech_mark_types end |
#text ⇒ ::String
Returns the value of attribute text.
245 246 247 |
# File 'sig/types.rbs', line 245 def text @text end |
#text_type ⇒ "ssml", "text"
Returns the value of attribute text_type.
246 247 248 |
# File 'sig/types.rbs', line 246 def text_type @text_type end |
#voice_id ⇒ "Aditi", ...
Returns the value of attribute voice_id.
247 248 249 |
# File 'sig/types.rbs', line 247 def voice_id @voice_id end |