AWSRekognitionContentModerationDetection
Objective-C
@interface AWSRekognitionContentModerationDetection
Swift
class AWSRekognitionContentModerationDetection
Information about an inappropriate, unwanted, or offensive content label detection in a stored video.
-
The content moderation label detected by in the stored video.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionModerationLabel *_Nullable moderationLabel;
Swift
var moderationLabel: AWSRekognitionModerationLabel? { get set }
-
Time, in milliseconds from the beginning of the video, that the content moderation label was detected.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable timestamp;
Swift
var timestamp: NSNumber? { get set }