Class: Aws::Types::Result

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alternatives::Array[Types::Alternative]

Returns the value of attribute alternatives.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def alternatives
  @alternatives
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def channel_id
  @channel_id
end

#end_time::Float

Returns the value of attribute end_time.

Returns:

  • (::Float)


330
331
332
# File 'sig/types.rbs', line 330

def end_time
  @end_time
end

#is_partialBoolean

Returns the value of attribute is_partial.

Returns:

  • (Boolean)


331
332
333
# File 'sig/types.rbs', line 331

def is_partial
  @is_partial
end

#language_code"en-US", ...

Returns the value of attribute language_code.

Returns:

  • ("en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR", "ja-JP", "ko-KR", "zh-CN", "th-TH", "es-ES", "ar-SA", "pt-PT", "ca-ES", "ar-AE", "hi-IN", "zh-HK", "nl-NL", "no-NO", "sv-SE", "pl-PL", "fi-FI", "zh-TW", "en-IN", "en-IE", "en-NZ", "en-AB", "en-ZA", "en-WL", "de-CH", "af-ZA", "eu-ES", "hr-HR", "cs-CZ", "da-DK", "fa-IR", "gl-ES", "el-GR", "he-IL", "id-ID", "lv-LV", "ms-MY", "ro-RO", "ru-RU", "sr-RS", "sk-SK", "so-SO", "tl-PH", "uk-UA", "vi-VN", "zu-ZA", "am-ET", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ckb-IQ", "ckb-IR", "cy-WL", "es-MX", "et-ET", "fa-AF", "gu-IN", "ht-HT", "hu-HU", "hy-AM", "is-IS", "jv-ID", "ka-GE", "kab-DZ", "kk-KZ", "km-KH", "kn-IN", "lg-IN", "lt-LT", "mk-MK", "ml-IN", "mr-IN", "my-MM", "ne-NP", "or-IN", "pa-IN", "ps-AF", "si-LK", "sl-SI", "sq-AL", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "ta-IN", "te-IN", "tr-TR", "uz-UZ")


334
335
336
# File 'sig/types.rbs', line 334

def language_code
  @language_code
end

#language_identification::Array[Types::LanguageWithScore]

Returns the value of attribute language_identification.

Returns:



335
336
337
# File 'sig/types.rbs', line 335

def language_identification
  @language_identification
end

#result_id::String

Returns the value of attribute result_id.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def result_id
  @result_id
end

#start_time::Float

Returns the value of attribute start_time.

Returns:

  • (::Float)


329
330
331
# File 'sig/types.rbs', line 329

def start_time
  @start_time
end