Class: Aws::Textract::Types::GetLendingAnalysisSummaryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyze_lending_model_versionString

The current model version of the Analyze Lending API.

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1849

class GetLendingAnalysisSummaryResponse < Struct.new(
  :document_metadata,
  :job_status,
  :summary,
  :warnings,
  :status_message,
  :analyze_lending_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#document_metadataTypes::DocumentMetadata

Information about the input document.



1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1849

class GetLendingAnalysisSummaryResponse < Struct.new(
  :document_metadata,
  :job_status,
  :summary,
  :warnings,
  :status_message,
  :analyze_lending_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The current status of the lending analysis job.

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1849

class GetLendingAnalysisSummaryResponse < Struct.new(
  :document_metadata,
  :job_status,
  :summary,
  :warnings,
  :status_message,
  :analyze_lending_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

Returns if the lending analysis could not be completed. Contains explanation for what error occurred.

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1849

class GetLendingAnalysisSummaryResponse < Struct.new(
  :document_metadata,
  :job_status,
  :summary,
  :warnings,
  :status_message,
  :analyze_lending_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#summaryTypes::LendingSummary

Contains summary information for documents grouped by type.



1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1849

class GetLendingAnalysisSummaryResponse < Struct.new(
  :document_metadata,
  :job_status,
  :summary,
  :warnings,
  :status_message,
  :analyze_lending_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#warningsArray<Types::Warning>

A list of warnings that occurred during the lending analysis operation.

Returns:



1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1849

class GetLendingAnalysisSummaryResponse < Struct.new(
  :document_metadata,
  :job_status,
  :summary,
  :warnings,
  :status_message,
  :analyze_lending_model_version)
  SENSITIVE = []
  include Aws::Structure
end