Class: Aws::Types::DetectSyntaxRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetectSyntaxRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
667 668 669 |
# File 'sig/types.rbs', line 667 def language_code @language_code end |
#text ⇒ ::String
Returns the value of attribute text.
666 667 668 |
# File 'sig/types.rbs', line 666 def text @text end |