Enum GeminiHarmProbability
- Namespace
- Uralstech.UGemini.Models.Generation.Safety
The probability that a piece of content is harmful.
public enum GeminiHarmProbability
- Extension Methods
Fields
[EnumMember(Value = "HIGH")] High = 4
Content has a high chance of being unsafe.
[EnumMember(Value = "LOW")] Low = 2
Content has a low chance of being unsafe.
[EnumMember(Value = "MEDIUM")] Medium = 3
Content has a medium chance of being unsafe.
[EnumMember(Value = "NEGLIGIBLE")] Negligible = 1
Content has a negligible chance of being unsafe.
[EnumMember(Value = "HARM_PROBABILITY_UNSPECIFIED")] Unspecified = 0
Probability is unspecified.
Remarks
The classification system gives the probability of the content being unsafe. This does not indicate the severity of harm for a piece of content.