Class: Aws::Types::DocumentReaderConfig
- Inherits:
-
Object
- Object
- Aws::Types::DocumentReaderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_read_action ⇒ "TEXTRACT_DETECT_DOCUMENT_TEXT", "TEXTRACT_ANALYZE_DOCUMENT"
Returns the value of attribute document_read_action.
-
#document_read_mode ⇒ "SERVICE_DEFAULT", "FORCE_DOCUMENT_READ_ACTION"
Returns the value of attribute document_read_mode.
-
#feature_types ⇒ ::Array[("TABLES" | "FORMS")]
Returns the value of attribute feature_types.
Instance Attribute Details
#document_read_action ⇒ "TEXTRACT_DETECT_DOCUMENT_TEXT", "TEXTRACT_ANALYZE_DOCUMENT"
Returns the value of attribute document_read_action.
816 817 818 |
# File 'sig/types.rbs', line 816 def document_read_action @document_read_action end |
#document_read_mode ⇒ "SERVICE_DEFAULT", "FORCE_DOCUMENT_READ_ACTION"
Returns the value of attribute document_read_mode.
817 818 819 |
# File 'sig/types.rbs', line 817 def document_read_mode @document_read_mode end |
#feature_types ⇒ ::Array[("TABLES" | "FORMS")]
Returns the value of attribute feature_types.
818 819 820 |
# File 'sig/types.rbs', line 818 def feature_types @feature_types end |