AWSRekognitionStartSegmentDetectionResponse
Objective-C
@interface AWSRekognitionStartSegmentDetectionResponse
Swift
class AWSRekognitionStartSegmentDetectionResponse
-
Unique identifier for the segment detection job. The
JobId
is returned fromStartSegmentDetection
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;
Swift
var jobId: String? { get set }