Class: Aws::Types::ClassifyDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::ClassifyDocumentRequest
- 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.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#bytes ⇒ ::String
Returns the value of attribute bytes.
197 198 199 |
# File 'sig/types.rbs', line 197 def bytes @bytes end |
#document_reader_config ⇒ Types::DocumentReaderConfig
Returns the value of attribute document_reader_config.
198 199 200 |
# File 'sig/types.rbs', line 198 def document_reader_config @document_reader_config end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
196 197 198 |
# File 'sig/types.rbs', line 196 def endpoint_arn @endpoint_arn end |
#text ⇒ ::String
Returns the value of attribute text.
195 196 197 |
# File 'sig/types.rbs', line 195 def text @text end |