Enum GeminiSafetyHarmCategory
- Namespace
- Uralstech.UGemini.Models.Generation.Safety
The category of a rating.
public enum GeminiSafetyHarmCategory
- Extension Methods
Fields
[EnumMember(Value = "HARM_CATEGORY_CIVIC_INTEGRITY")] CivicIntegrity = 5Content that may be used to harm civic integrity.
[EnumMember(Value = "HARM_CATEGORY_DANGEROUS_CONTENT")] DangerousContent = 4Dangerous content.
[EnumMember(Value = "HARM_CATEGORY_HARASSMENT")] Harassment = 1Harasment content.
[EnumMember(Value = "HARM_CATEGORY_HATE_SPEECH")] HateSpeech = 2Hate speech and content.
[EnumMember(Value = "HARM_CATEGORY_SEXUALLY_EXPLICIT")] SexuallyExplicit = 3Sexually explicit content.
[EnumMember(Value = "HARM_CATEGORY_UNSPECIFIED")] Unspecified = 0Category is unspecified.