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