Class: Aws::Types::SynthesisTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


268
269
270
# File 'sig/types.rbs', line 268

def creation_time
  @creation_time
end

#engine"standard", ...

Returns the value of attribute engine.

Returns:

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


263
264
265
# File 'sig/types.rbs', line 263

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")


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.

Returns:

  • (::Array[::String])


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • ("scheduled", "inProgress", "completed", "failed")


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.

Returns:

  • (::String)


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.

Returns:

  • ("ssml", "text")


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.

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")


276
277
278
# File 'sig/types.rbs', line 276

def voice_id
  @voice_id
end