Class: Aws::Types::DetectDocumentTextResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetectDocumentTextResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
-
#detect_document_text_model_version ⇒ ::String
Returns the value of attribute detect_document_text_model_version.
-
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
Instance Attribute Details
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
191 192 193 |
# File 'sig/types.rbs', line 191 def blocks @blocks end |
#detect_document_text_model_version ⇒ ::String
Returns the value of attribute detect_document_text_model_version.
192 193 194 |
# File 'sig/types.rbs', line 192 def detect_document_text_model_version @detect_document_text_model_version end |
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
190 191 192 |
# File 'sig/types.rbs', line 190 def @document_metadata end |