Module: Google::Cloud::WebRisk::V1::ThreatInfo::Confidence::ConfidenceLevel

Defined in:
proto_docs/google/cloud/webrisk/v1/webrisk.rb

Overview

Enum representation of confidence.

Constant Summary collapse

CONFIDENCE_LEVEL_UNSPECIFIED =

Default.

0
LOW =

Less than 60% confidence that the URI is unsafe.

1
MEDIUM =

Between 60% and 80% confidence that the URI is unsafe.

2
HIGH =

Greater than 80% confidence that the URI is unsafe.

3