Class: Aws::Types::CallAnalyticsLanguageWithScore
- Inherits:
-
Object
- Object
- Aws::Types::CallAnalyticsLanguageWithScore
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
52 53 54 |
# File 'sig/types.rbs', line 52 def language_code @language_code end |
#score ⇒ ::Float
Returns the value of attribute score.
53 54 55 |
# File 'sig/types.rbs', line 53 def score @score end |