Class: Aws::Textract::Types::GetLendingAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::GetLendingAnalysisResponse
- Defined in:
- gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyze_lending_model_version ⇒ String
The current model version of the Analyze Lending API.
-
#document_metadata ⇒ Types::DocumentMetadata
Information about the input document.
-
#job_status ⇒ String
The current status of the lending analysis job.
-
#next_token ⇒ String
If the response is truncated, Amazon Textract returns this token.
-
#results ⇒ Array<Types::LendingResult>
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
-
#status_message ⇒ String
Returns if the lending analysis job could not be completed.
-
#warnings ⇒ Array<Types::Warning>
A list of warnings that occurred during the lending analysis operation.
Instance Attribute Details
#analyze_lending_model_version ⇒ String
The current model version of the Analyze Lending API.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1801 class GetLendingAnalysisResponse < Struct.new( :document_metadata, :job_status, :next_token, :results, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |
#document_metadata ⇒ Types::DocumentMetadata
Information about the input document.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1801 class GetLendingAnalysisResponse < Struct.new( :document_metadata, :job_status, :next_token, :results, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The current status of the lending analysis job.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1801 class GetLendingAnalysisResponse < Struct.new( :document_metadata, :job_status, :next_token, :results, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of lending results.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1801 class GetLendingAnalysisResponse < Struct.new( :document_metadata, :job_status, :next_token, :results, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::LendingResult>
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1801 class GetLendingAnalysisResponse < Struct.new( :document_metadata, :job_status, :next_token, :results, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Returns if the lending analysis job could not be completed. Contains explanation for what error occurred.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1801 class GetLendingAnalysisResponse < Struct.new( :document_metadata, :job_status, :next_token, :results, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |
#warnings ⇒ Array<Types::Warning>
A list of warnings that occurred during the lending analysis operation.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1801 class GetLendingAnalysisResponse < Struct.new( :document_metadata, :job_status, :next_token, :results, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |