ImageQuality
public struct ImageQuality : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a brighter face image.
Declaration
Swift
public let brightness: Float?
-
Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.
Declaration
Swift
public let sharpness: Float?
-
Undocumented
Declaration
Swift
public init(brightness: Float? = nil, sharpness: Float? = nil)