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() -> Bool

    Return Value

    true if the estimated age is below 13, false otherwise.

  • Declaration

    Swift

    public func isBellowEighteen() -> Bool

    Return Value

    true if the estimated age is below 18, false otherwise.

  • Declaration

    Swift

    public func isBellowTwentyOne() -> Bool

    Return Value

    true if the estimated age is below 21, false otherwise.

  • Declaration

    Swift

    public func isBellowTwentyFive() -> Bool

    Return Value

    true if the estimated age is below 25, false otherwise.

  • Declaration

    Swift

    public func isAboveTwentyFive() -> Bool

    Return Value

    true if the estimated age is above 25, false otherwise.

  • Declaration

    Swift

    public func getAgeRange() -> String

    Return Value

    A String representation of the estimated age range, or 25+ if the user is estimated above 25.