AgeRange
public struct AgeRange
Age range of an entity(faces/celebrities) detected as a result of identify() API
-
Declaration
Swift
public let low: Int
-
Declaration
Swift
public let high: Int
-
Declaration
Swift
public init(low: Int, high: Int)