DetectLiveness

public enum DetectLiveness : String, Encodable

Whether or not to detect liveness. Default is yes.

  • yes

    Check liveness of the Face Image.

    Declaration

    Swift

    case yes = "Y"
  • no

    Do not check liveness of the Face Image. This field will be deprecated in future versions.

    Declaration

    Swift

    case no = "N"