public enum DetectionConfidenceLevelReference documentation and code samples for the Model Armor v1 API enum DetectionConfidenceLevel.
Confidence levels for detectors. Higher value maps to a greater confidence level. To enforce stricter level a lower value should be used.
Namespace
Google.Cloud.ModelArmor.V1Assembly
Google.Cloud.ModelArmor.V1.dll
Fields |
|
|---|---|
| Name | Description |
High |
Low chance of false positives. |
LowAndAbove |
Highest chance of a false positive. |
MediumAndAbove |
Some chance of false positives. |
Unspecified |
Same as LOW_AND_ABOVE. |