DeDuplicationRequired

public enum DeDuplicationRequired : String, Encodable

Whether or not deduplication is to be performed against the enrolled customer’s face image.

  • yes

    If deduplication is to be performed against the enrolled customer’s face image.

    Declaration

    Swift

    case yes = "Y"
  • no

    If deduplication is not to be executed against the enrolled customer’s face image

    Declaration

    Swift

    case no = "N"