Class: Aws::Types::AnalyzeDocumentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adapters_configTypes::AdaptersConfig

Returns the value of attribute adapters_config.



61
62
63
# File 'sig/types.rbs', line 61

def adapters_config
  @adapters_config
end

#documentTypes::Document

Returns the value of attribute document.

Returns:



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.

Returns:

  • (::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")])


58
59
60
# File 'sig/types.rbs', line 58

def feature_types
  @feature_types
end

#human_loop_configTypes::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_configTypes::QueriesConfig

Returns the value of attribute queries_config.



60
61
62
# File 'sig/types.rbs', line 60

def queries_config
  @queries_config
end