DetectModerationLabelsResponse
public struct DetectModerationLabelsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Shows the results of the human in the loop evaluation.
Declaration
Swift
public let humanLoopActivationOutput: HumanLoopActivationOutput?
-
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
Declaration
Swift
public let moderationLabels: [ModerationLabel]?
-
Version number of the moderation detection model that was used to detect unsafe content.
Declaration
Swift
public let moderationModelVersion: String?
-
Undocumented
Declaration
Swift
public init(humanLoopActivationOutput: HumanLoopActivationOutput? = nil, moderationLabels: [ModerationLabel]? = nil, moderationModelVersion: String? = nil)