Class: Aws::Types::BatchDetectKeyPhrasesItemResult
- Inherits:
-
Object
- Object
- Aws::Types::BatchDetectKeyPhrasesItemResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#key_phrases ⇒ ::Array[Types::KeyPhrase]
Returns the value of attribute key_phrases.
Instance Attribute Details
#index ⇒ ::Integer
Returns the value of attribute index.
57 58 59 |
# File 'sig/types.rbs', line 57 def index @index end |
#key_phrases ⇒ ::Array[Types::KeyPhrase]
Returns the value of attribute key_phrases.
58 59 60 |
# File 'sig/types.rbs', line 58 def key_phrases @key_phrases end |