Class: Aws::Textract::Types::LendingResult

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

Overview

Contains the detections for each page analyzed through the Analyze Lending API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extractionsArray<Types::Extraction>

An array of Extraction to hold structured data. e.g. normalized key value pairs instead of raw OCR detections .

Returns:



2151
2152
2153
2154
2155
2156
2157
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2151

class LendingResult < Struct.new(
  :page,
  :page_classification,
  :extractions)
  SENSITIVE = []
  include Aws::Structure
end

#pageInteger

The page number for a page, with regard to whole submission.

Returns:

  • (Integer)


2151
2152
2153
2154
2155
2156
2157
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2151

class LendingResult < Struct.new(
  :page,
  :page_classification,
  :extractions)
  SENSITIVE = []
  include Aws::Structure
end

#page_classificationTypes::PageClassification

The classifier result for a given page.



2151
2152
2153
2154
2155
2156
2157
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2151

class LendingResult < Struct.new(
  :page,
  :page_classification,
  :extractions)
  SENSITIVE = []
  include Aws::Structure
end