Class: Aws::Types::Result
- Inherits:
-
Object
- Object
- Aws::Types::Result
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternatives ⇒ ::Array[Types::Alternative]
Returns the value of attribute alternatives.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#end_time ⇒ ::Float
Returns the value of attribute end_time.
-
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
-
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
-
#language_identification ⇒ ::Array[Types::LanguageWithScore]
Returns the value of attribute language_identification.
-
#result_id ⇒ ::String
Returns the value of attribute result_id.
-
#start_time ⇒ ::Float
Returns the value of attribute start_time.
Instance Attribute Details
#alternatives ⇒ ::Array[Types::Alternative]
Returns the value of attribute alternatives.
332 333 334 |
# File 'sig/types.rbs', line 332 def alternatives @alternatives end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
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.
330 331 332 |
# File 'sig/types.rbs', line 330 def end_time @end_time end |
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
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.
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.
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.
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.
329 330 331 |
# File 'sig/types.rbs', line 329 def start_time @start_time end |