Class: Aws::Types::GetDocumentTextDetectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentTextDetectionResponse
- 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.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
Instance Attribute Details
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
358 359 360 |
# File 'sig/types.rbs', line 358 def blocks @blocks end |
#detect_document_text_model_version ⇒ ::String
Returns the value of attribute detect_document_text_model_version.
361 362 363 |
# File 'sig/types.rbs', line 361 def detect_document_text_model_version @detect_document_text_model_version end |
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
355 356 357 |
# File 'sig/types.rbs', line 355 def @document_metadata end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
356 357 358 |
# File 'sig/types.rbs', line 356 def job_status @job_status end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
357 358 359 |
# File 'sig/types.rbs', line 357 def next_token @next_token end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
360 361 362 |
# File 'sig/types.rbs', line 360 def @status_message end |
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
359 360 361 |
# File 'sig/types.rbs', line 359 def warnings @warnings end |