Class: Aws::Types::DetectToxicContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetectToxicContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#text_segments ⇒ ::Array[Types::TextSegment]
Returns the value of attribute text_segments.
Instance Attribute Details
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
689 690 691 |
# File 'sig/types.rbs', line 689 def language_code @language_code end |
#text_segments ⇒ ::Array[Types::TextSegment]
Returns the value of attribute text_segments.
688 689 690 |
# File 'sig/types.rbs', line 688 def text_segments @text_segments end |