ModerationLabel
public struct ModerationLabel : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the confidence that Amazon Rekognition has that the label has been correctly identified. If you don’t specify the MinConfidence parameter in the call to DetectModerationLabels, the operation returns labels with a confidence value greater than or equal to 50 percent.
Declaration
Swift
public let confidence: Float?
-
The label name for the type of unsafe content detected in the image.
Declaration
Swift
public let name: String?
-
The name for the parent label. Labels at the top level of the hierarchy have the parent label “”.
Declaration
Swift
public let parentName: String?
-
Undocumented
Declaration
Swift
public init(confidence: Float? = nil, name: String? = nil, parentName: String? = nil)