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)


2079
2080
2081
2082
2083
2084
2085
2086
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2079

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:



2079
2080
2081
2082
2083
2084
2085
2086
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2079

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)


2079
2080
2081
2082
2083
2084
2085
2086
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2079

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)


2079
2080
2081
2082
2083
2084
2085
2086
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2079

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