Class: Aws::Textract::Types::LendingDetection

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb

Overview

The results extracted for a lending document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceFloat

The confidence level for the text of a detected value in a lending document.

Returns:

  • (Float)


2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2085

class LendingDetection < Struct.new(
  :text,
  :selection_status,
  :geometry,
  :confidence)
  SENSITIVE = []
  include Aws::Structure
end

#geometryTypes::Geometry

Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.

Returns:



2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2085

class LendingDetection < Struct.new(
  :text,
  :selection_status,
  :geometry,
  :confidence)
  SENSITIVE = []
  include Aws::Structure
end

#selection_statusString

The selection status of a selection element, such as an option button or check box.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2085

class LendingDetection < Struct.new(
  :text,
  :selection_status,
  :geometry,
  :confidence)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The text extracted for a detected value in a lending document.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2085

class LendingDetection < Struct.new(
  :text,
  :selection_status,
  :geometry,
  :confidence)
  SENSITIVE = []
  include Aws::Structure
end