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 = 11Content that may be used to harm civic integrity.
[EnumMember(Value = "HARM_CATEGORY_DANGEROUS")] Dangerous = 6Dangerous content that promotes, facilitates, or encourages harmful acts.
[EnumMember(Value = "HARM_CATEGORY_DANGEROUS_CONTENT")] DangerousContent = 10Dangerous content.
[EnumMember(Value = "HARM_CATEGORY_DEROGATORY")] Derogatory = 1Negative or harmful comments targeting identity and/or protected attribute.
[EnumMember(Value = "HARM_CATEGORY_HARASSMENT")] Harassment = 7Harasment content.
[EnumMember(Value = "HARM_CATEGORY_HATE_SPEECH")] HateSpeech = 8Hate speech and content.
[EnumMember(Value = "HARM_CATEGORY_MEDICAL")] Medical = 5Promotes unchecked medical advice.
[EnumMember(Value = "HARM_CATEGORY_SEXUAL")] Sexual = 4Contains references to sexual acts or other lewd content.
[EnumMember(Value = "HARM_CATEGORY_SEXUALLY_EXPLICIT")] SexuallyExplicit = 9Sexually explicit content.
[EnumMember(Value = "HARM_CATEGORY_TOXICITY")] Toxicity = 2Content that is rude, disrespectful, or profane.
[EnumMember(Value = "HARM_CATEGORY_UNSPECIFIED")] Unspecified = 0Category is unspecified.
[EnumMember(Value = "HARM_CATEGORY_VIOLENCE")] Violence = 3Describes scenarios depicting violence against an individual or group, or general descriptions of gore.