Class: Aws::Types::AnalyzeDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::AnalyzeDocumentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapters_config ⇒ Types::AdaptersConfig
Returns the value of attribute adapters_config.
-
#document ⇒ Types::Document
Returns the value of attribute document.
-
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
Returns the value of attribute feature_types.
-
#human_loop_config ⇒ Types::HumanLoopConfig
Returns the value of attribute human_loop_config.
-
#queries_config ⇒ Types::QueriesConfig
Returns the value of attribute queries_config.
Instance Attribute Details
#adapters_config ⇒ Types::AdaptersConfig
Returns the value of attribute adapters_config.
61 62 63 |
# File 'sig/types.rbs', line 61 def adapters_config @adapters_config end |
#document ⇒ Types::Document
Returns the value of attribute document.
57 58 59 |
# File 'sig/types.rbs', line 57 def document @document end |
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
Returns the value of attribute feature_types.
58 59 60 |
# File 'sig/types.rbs', line 58 def feature_types @feature_types end |
#human_loop_config ⇒ Types::HumanLoopConfig
Returns the value of attribute human_loop_config.
59 60 61 |
# File 'sig/types.rbs', line 59 def human_loop_config @human_loop_config end |
#queries_config ⇒ Types::QueriesConfig
Returns the value of attribute queries_config.
60 61 62 |
# File 'sig/types.rbs', line 60 def queries_config @queries_config end |