Gender
public struct Gender : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Level of confidence in the prediction.
Declaration
Swift
public let confidence: Float?
-
The predicted gender of the face.
Declaration
Swift
public let value: GenderType?
-
Undocumented
Declaration
Swift
public init(confidence: Float? = nil, value: GenderType? = nil)