Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 440 Bytes

File metadata and controls

14 lines (9 loc) · 440 Bytes

ProxyConfidence Enum

Confidence level of the proxy detection. If a proxy is not detected, confidence is "high". If it's detected, can be "low", "medium", or "high".

Values

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

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