Class: Aws::Textract::Types::GetLendingAnalysisSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::GetLendingAnalysisSummaryResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#status_message ⇒ String
Returns if the lending analysis could not be completed.
-
#summary ⇒ Types::LendingSummary
Contains summary information for documents grouped by type.
-
#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.
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 |
# File 'lib/aws-sdk-textract/types.rb', line 1855 class GetLendingAnalysisSummaryResponse < Struct.new( :document_metadata, :job_status, :summary, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |
#document_metadata ⇒ Types::DocumentMetadata
Information about the input document.
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 |
# File 'lib/aws-sdk-textract/types.rb', line 1855 class GetLendingAnalysisSummaryResponse < Struct.new( :document_metadata, :job_status, :summary, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The current status of the lending analysis job.
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 |
# File 'lib/aws-sdk-textract/types.rb', line 1855 class GetLendingAnalysisSummaryResponse < Struct.new( :document_metadata, :job_status, :summary, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 |
# File 'lib/aws-sdk-textract/types.rb', line 1855 class GetLendingAnalysisSummaryResponse < Struct.new( :document_metadata, :job_status, :summary, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::LendingSummary
Contains summary information for documents grouped by type.
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 |
# File 'lib/aws-sdk-textract/types.rb', line 1855 class GetLendingAnalysisSummaryResponse < Struct.new( :document_metadata, :job_status, :summary, :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.
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 |
# File 'lib/aws-sdk-textract/types.rb', line 1855 class GetLendingAnalysisSummaryResponse < Struct.new( :document_metadata, :job_status, :summary, :warnings, :status_message, :analyze_lending_model_version) SENSITIVE = [] include Aws::Structure end |