Google Cloud Web Risk V1 Client - Class ConfidenceLevel (1.5.0)

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 \ Confidence

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;