Class: Aws::Types::DetectEntitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetectEntitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::String
Returns the value of attribute bytes.
-
#document_reader_config ⇒ Types::DocumentReaderConfig
Returns the value of attribute document_reader_config.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#bytes ⇒ ::String
Returns the value of attribute bytes.
617 618 619 |
# File 'sig/types.rbs', line 617 def bytes @bytes end |
#document_reader_config ⇒ Types::DocumentReaderConfig
Returns the value of attribute document_reader_config.
618 619 620 |
# File 'sig/types.rbs', line 618 def document_reader_config @document_reader_config end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
616 617 618 |
# File 'sig/types.rbs', line 616 def endpoint_arn @endpoint_arn end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
615 616 617 |
# File 'sig/types.rbs', line 615 def language_code @language_code end |
#text ⇒ ::String
Returns the value of attribute text.
614 615 616 |
# File 'sig/types.rbs', line 614 def text @text end |