Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 433 Bytes

File metadata and controls

11 lines (7 loc) · 433 Bytes

VpnConfidence

A confidence rating for the VPN detection result — "low", "medium", or "high". Depends on the combination of results returned from all VPN detection methods.

Enum

  • LOW (value: 'low')
  • MEDIUM (value: 'medium')
  • HIGH (value: 'high')

[Back to Model list] [Back to API list] [Back to README]