Class: Aws::Types::BatchDetectEntitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDetectEntitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#text_list ⇒ ::Array[::String]
Returns the value of attribute text_list.
Instance Attribute Details
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
46 47 48 |
# File 'sig/types.rbs', line 46 def language_code @language_code end |
#text_list ⇒ ::Array[::String]
Returns the value of attribute text_list.
45 46 47 |
# File 'sig/types.rbs', line 45 def text_list @text_list end |