AWSRekognitionStartPersonTrackingResponse
Objective-C
@interface AWSRekognitionStartPersonTrackingResponse
Swift
class AWSRekognitionStartPersonTrackingResponse
-
The identifier for the person detection job. Use
JobIdto identify the job in a subsequent call toGetPersonTracking.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;Swift
var jobId: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionStartPersonTrackingResponse Class Reference