GenderAttribute
public struct GenderAttribute
Gender of an entity(face/celebrity) identified with associated confidence value
-
Declaration
Swift
public var gender: GenderType
-
Declaration
Swift
public var confidence: Double
-
Declaration
Swift
public init(gender: GenderType, confidence: Double)