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