Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 453 Bytes

File metadata and controls

13 lines (9 loc) · 453 Bytes

VpnConfidence Enum

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

Values

Name Value Description
LOW 'low'
MEDIUM 'medium'
HIGH 'high'

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