AWSTextractGetLendingAnalysisSummaryRequest
Objective-C
@interface AWSTextractGetLendingAnalysisSummaryRequest
Swift
class AWSTextractGetLendingAnalysisSummaryRequest
-
A unique identifier for the lending or text-detection job. The
JobId
is returned from StartLendingAnalysis. AJobId
value is only valid for 7 days.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;
Swift
var jobId: String? { get set }