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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED
Value: 0Same as LOW_AND_ABOVE.
Generated from protobuf enum DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED = 0;
LOW_AND_ABOVE
Value: 1Highest chance of a false positive.
Generated from protobuf enum LOW_AND_ABOVE = 1;
MEDIUM_AND_ABOVE
Value: 2Some chance of false positives.
Generated from protobuf enum MEDIUM_AND_ABOVE = 2;
HIGH
Value: 3Low chance of false positives.
Generated from protobuf enum HIGH = 3;