AWSTextractGetLendingAnalysisSummaryResponse

Objective-C

@interface AWSTextractGetLendingAnalysisSummaryResponse

Swift

class AWSTextractGetLendingAnalysisSummaryResponse
  • The current model version of the Analyze Lending API.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable analyzeLendingModelVersion;

    Swift

    var analyzeLendingModelVersion: String? { get set }
  • Information about the input document.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSTextractDocumentMetadata *_Nullable documentMetadata;

    Swift

    var documentMetadata: AWSTextractDocumentMetadata? { get set }
  • The current status of the lending analysis job.

    Declaration

    Objective-C

    @property (nonatomic) AWSTextractJobStatus jobStatus;

    Swift

    var jobStatus: AWSTextractJobStatus { get set }
  • Returns if the lending analysis could not be completed. Contains explanation for what error occurred.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable statusMessage;

    Swift

    var statusMessage: String? { get set }
  • Contains summary information for documents grouped by type.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSTextractLendingSummary *_Nullable summary;

    Swift

    var summary: AWSTextractLendingSummary? { get set }
  • A list of warnings that occurred during the lending analysis operation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSTextractWarning *> *_Nullable warnings;

    Swift

    var warnings: [AWSTextractWarning]? { get set }