AWSRekognitionContentModerationDetection
Objective-C
@interface AWSRekognitionContentModerationDetection
Swift
class AWSRekognitionContentModerationDetection
Information about an unsafe content label detection in a stored video.
-
The unsafe content 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 unsafe content label was detected.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable timestamp;
Swift
var timestamp: NSNumber? { get set }