ImageAgeEstimationResult
public class ImageAgeEstimationResult
Class containing the result of an age estimation. Age brackets are computed based on the variance of estimations.
-
Undocumented
Declaration
Swift
public func getId() -> UUID -
Undocumented
Declaration
Swift
public func isBlurry() -> Bool -
Undocumented
Declaration
Swift
public func isSpoof() -> Bool -
Undocumented
Declaration
Swift
public func isValid() -> Bool -
Undocumented
Declaration
Swift
public func getMinAge() -> Float -
Undocumented
Declaration
Swift
public func getMaxAge() -> Float -
Declaration
Swift
public func isBellowThirteen() -> BoolReturn Value
trueif the estimated age is below 13,falseotherwise. -
Declaration
Swift
public func isBellowEighteen() -> BoolReturn Value
trueif the estimated age is below 18,falseotherwise. -
Declaration
Swift
public func isBellowTwentyOne() -> BoolReturn Value
trueif the estimated age is below 21,falseotherwise. -
Declaration
Swift
public func isBellowTwentyFive() -> BoolReturn Value
trueif the estimated age is below 25,falseotherwise. -
Declaration
Swift
public func isAboveTwentyFive() -> BoolReturn Value
trueif the estimated age is above 25,falseotherwise. -
Declaration
Swift
public func getAgeRange() -> StringReturn Value
A String representation of the estimated age range, or 25+ if the user is estimated above 25.
ImageAgeEstimationResult Class Reference