AWSRekognitionStartCelebrityRecognitionResponse
Objective-C
@interface AWSRekognitionStartCelebrityRecognitionResponse
Swift
class AWSRekognitionStartCelebrityRecognitionResponse
-
The identifier for the celebrity recognition analysis job. Use
JobId
to identify the job in a subsequent call toGetCelebrityRecognition
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;
Swift
var jobId: String? { get set }