Enum DetectionConfidenceLevel (0.1.0)

public enum DetectionConfidenceLevel extends Enum<DetectionConfidenceLevel> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.modelarmor.v1.DetectionConfidenceLevel

Implements

ProtocolMessageEnum

Static Fields

Name Description
DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED

Same as LOW_AND_ABOVE.

DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED = 0;

DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED_VALUE

Same as LOW_AND_ABOVE.

DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED = 0;

HIGH

Low chance of false positives.

HIGH = 3;

HIGH_VALUE

Low chance of false positives.

HIGH = 3;

LOW_AND_ABOVE

Highest chance of a false positive.

LOW_AND_ABOVE = 1;

LOW_AND_ABOVE_VALUE

Highest chance of a false positive.

LOW_AND_ABOVE = 1;

MEDIUM_AND_ABOVE

Some chance of false positives.

MEDIUM_AND_ABOVE = 2;

MEDIUM_AND_ABOVE_VALUE

Some chance of false positives.

MEDIUM_AND_ABOVE = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()