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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED |
Same as LOW_AND_ABOVE. |
DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED_VALUE |
Same as LOW_AND_ABOVE. |
HIGH |
Low chance of false positives. |
HIGH_VALUE |
Low chance of false positives. |
LOW_AND_ABOVE |
Highest chance of a false positive. |
LOW_AND_ABOVE_VALUE |
Highest chance of a false positive. |
MEDIUM_AND_ABOVE |
Some chance of false positives. |
MEDIUM_AND_ABOVE_VALUE |
Some chance of false positives. |
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() |