AWSTextractStartLendingAnalysisResponse

Objective-C

@interface AWSTextractStartLendingAnalysisResponse

Swift

class AWSTextractStartLendingAnalysisResponse
  • A unique identifier for the lending or text-detection job. The JobId is returned from StartLendingAnalysis. A JobId value is only valid for 7 days.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }