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