AWSTextractGetLendingAnalysisResponse

Objective-C

@interface AWSTextractGetLendingAnalysisResponse

Swift

class AWSTextractGetLendingAnalysisResponse
  • 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 }
  • 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.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • Holds the information returned by one of AmazonTextract’s document analysis operations for the pinstripe.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSTextractLendingResult *> *_Nullable results;

    Swift

    var results: [AWSTextractLendingResult]? { get set }
  • Returns if the lending analysis job 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 }
  • 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 }