Reference documentation and code samples for the Google Cloud Web Risk V1 Client class ConfidenceLevel.
Enum representation of confidence.
Protobuf type google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel
Namespace
Google \ Cloud \ WebRisk \ V1 \ ThreatInfo \ ConfidenceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CONFIDENCE_LEVEL_UNSPECIFIED
Value: 0
Default.
Generated from protobuf enum CONFIDENCE_LEVEL_UNSPECIFIED = 0;
LOW
Value: 1
Less than 60% confidence that the URI is unsafe.
Generated from protobuf enum LOW = 1;
MEDIUM
Value: 2
Between 60% and 80% confidence that the URI is unsafe.
Generated from protobuf enum MEDIUM = 2;
HIGH
Value: 3
Greater than 80% confidence that the URI is unsafe.
Generated from protobuf enum HIGH = 3;