ContentModerationDetection
public struct ContentModerationDetection : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unsafe content label detected by in the stored video.
Declaration
Swift
public let moderationLabel: ModerationLabel? -
Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.
Declaration
Swift
public let timestamp: Int64? -
Undocumented
Declaration
Swift
public init(moderationLabel: ModerationLabel? = nil, timestamp: Int64? = nil)
View on GitHub
ContentModerationDetection Structure Reference