Class: Aws::Types::ClassifyDocumentResponse
- Inherits:
-
Object
- Object
- Aws::Types::ClassifyDocumentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classes ⇒ ::Array[Types::DocumentClass]
Returns the value of attribute classes.
-
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
-
#document_type ⇒ ::Array[Types::DocumentTypeListItem]
Returns the value of attribute document_type.
-
#errors ⇒ ::Array[Types::ErrorsListItem]
Returns the value of attribute errors.
-
#labels ⇒ ::Array[Types::DocumentLabel]
Returns the value of attribute labels.
-
#warnings ⇒ ::Array[Types::WarningsListItem]
Returns the value of attribute warnings.
Instance Attribute Details
#classes ⇒ ::Array[Types::DocumentClass]
Returns the value of attribute classes.
203 204 205 |
# File 'sig/types.rbs', line 203 def classes @classes end |
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
205 206 207 |
# File 'sig/types.rbs', line 205 def @document_metadata end |
#document_type ⇒ ::Array[Types::DocumentTypeListItem]
Returns the value of attribute document_type.
206 207 208 |
# File 'sig/types.rbs', line 206 def document_type @document_type end |
#errors ⇒ ::Array[Types::ErrorsListItem]
Returns the value of attribute errors.
207 208 209 |
# File 'sig/types.rbs', line 207 def errors @errors end |
#labels ⇒ ::Array[Types::DocumentLabel]
Returns the value of attribute labels.
204 205 206 |
# File 'sig/types.rbs', line 204 def labels @labels end |
#warnings ⇒ ::Array[Types::WarningsListItem]
Returns the value of attribute warnings.
208 209 210 |
# File 'sig/types.rbs', line 208 def warnings @warnings end |