Class: Aws::Types::BatchDetectDominantLanguageItemResult
- Inherits:
-
Object
- Object
- Aws::Types::BatchDetectDominantLanguageItemResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#languages ⇒ ::Array[Types::DominantLanguage]
Returns the value of attribute languages.
Instance Attribute Details
#index ⇒ ::Integer
Returns the value of attribute index.
22 23 24 |
# File 'sig/types.rbs', line 22 def index @index end |
#languages ⇒ ::Array[Types::DominantLanguage]
Returns the value of attribute languages.
23 24 25 |
# File 'sig/types.rbs', line 23 def languages @languages end |