PredictGender

public enum PredictGender : String, Encodable

If set to Y, the selfie will be sent to the biometric engine to obtain an Predicted Gender. Default is no.

  • yes

    Obtain a Predicted Gender.

    Declaration

    Swift

    case yes = "Y"
  • no

    Do not obtain a Predicted Gender.

    Declaration

    Swift

    case no = "N"