AWSRekognitionDetectModerationLabelsResponse
Objective-C
@interface AWSRekognitionDetectModerationLabelsResponse
Swift
class AWSRekognitionDetectModerationLabelsResponse
-
Shows the results of the human in the loop evaluation.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionHumanLoopActivationOutput *_Nullable humanLoopActivationOutput;
Swift
var humanLoopActivationOutput: AWSRekognitionHumanLoopActivationOutput? { get set }
-
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionModerationLabel *> *_Nullable moderationLabels;
Swift
var moderationLabels: [AWSRekognitionModerationLabel]? { get set }
-
Version number of the moderation detection model that was used to detect unsafe content.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable moderationModelVersion;
Swift
var moderationModelVersion: String? { get set }