DetectLiveness

public enum DetectLiveness : String, Encodable
  • yes

    Y - Check liveness of the Face Image.

    Declaration

    Swift

    case yes = "Y"
  • no

    N - Do not check liveness of the Face Image.

    Declaration

    Swift

    case no = "N"