Class: Aws::Types::SynthesisTask
- Inherits:
-
Object
- Object
- Aws::Types::SynthesisTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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_uri ⇒ ::String
Returns the value of attribute output_uri.
-
#request_characters ⇒ ::Integer
Returns the value of attribute request_characters.
-
#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.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_status ⇒ "scheduled", ...
Returns the value of attribute task_status.
-
#task_status_reason ⇒ ::String
Returns the value of attribute task_status_reason.
-
#text_type ⇒ "ssml", "text"
Returns the value of attribute text_type.
-
#voice_id ⇒ "Aditi", ...
Returns the value of attribute voice_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
268 269 270 |
# File 'sig/types.rbs', line 268 def creation_time @creation_time end |
#engine ⇒ "standard", ...
Returns the value of attribute engine.
263 264 265 |
# File 'sig/types.rbs', line 263 def engine @engine end |
#language_code ⇒ "arb", ...
Returns the value of attribute language_code.
277 278 279 |
# File 'sig/types.rbs', line 277 def language_code @language_code end |
#lexicon_names ⇒ ::Array[::String]
Returns the value of attribute lexicon_names.
271 272 273 |
# File 'sig/types.rbs', line 271 def lexicon_names @lexicon_names end |
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
272 273 274 |
# File 'sig/types.rbs', line 272 def output_format @output_format end |
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
267 268 269 |
# File 'sig/types.rbs', line 267 def output_uri @output_uri end |
#request_characters ⇒ ::Integer
Returns the value of attribute request_characters.
269 270 271 |
# File 'sig/types.rbs', line 269 def request_characters @request_characters end |
#sample_rate ⇒ ::String
Returns the value of attribute sample_rate.
273 274 275 |
# File 'sig/types.rbs', line 273 def sample_rate @sample_rate end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
270 271 272 |
# File 'sig/types.rbs', line 270 def sns_topic_arn @sns_topic_arn end |
#speech_mark_types ⇒ ::Array[("sentence" | "ssml" | "viseme" | "word")]
Returns the value of attribute speech_mark_types.
274 275 276 |
# File 'sig/types.rbs', line 274 def speech_mark_types @speech_mark_types end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def task_id @task_id end |
#task_status ⇒ "scheduled", ...
Returns the value of attribute task_status.
265 266 267 |
# File 'sig/types.rbs', line 265 def task_status @task_status end |
#task_status_reason ⇒ ::String
Returns the value of attribute task_status_reason.
266 267 268 |
# File 'sig/types.rbs', line 266 def task_status_reason @task_status_reason end |
#text_type ⇒ "ssml", "text"
Returns the value of attribute text_type.
275 276 277 |
# File 'sig/types.rbs', line 275 def text_type @text_type end |
#voice_id ⇒ "Aditi", ...
Returns the value of attribute voice_id.
276 277 278 |
# File 'sig/types.rbs', line 276 def voice_id @voice_id end |