Google Cloud Model Armor V1 Client - Class DetectionConfidenceLevel (0.4.0)

Reference documentation and code samples for the Google Cloud Model Armor V1 Client class DetectionConfidenceLevel.

Confidence levels for detectors.

Higher value maps to a greater confidence level. To enforce stricter level a lower value should be used.

Protobuf type google.cloud.modelarmor.v1.DetectionConfidenceLevel

Namespace

Google \ Cloud \ ModelArmor \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED

Value: 0

Same as LOW_AND_ABOVE.

Generated from protobuf enum DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED = 0;

LOW_AND_ABOVE

Value: 1

Highest chance of a false positive.

Generated from protobuf enum LOW_AND_ABOVE = 1;

MEDIUM_AND_ABOVE

Value: 2

Some chance of false positives.

Generated from protobuf enum MEDIUM_AND_ABOVE = 2;

HIGH

Value: 3

Low chance of false positives.

Generated from protobuf enum HIGH = 3;