Uses of Class
com.google.genai.gaos.models.interactions.HarmCategory
Packages that use HarmCategory
-
Uses of HarmCategory in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as HarmCategoryModifier and TypeFieldDescriptionstatic final HarmCategoryHarmCategory.CIVIC_INTEGRITYstatic final HarmCategoryHarmCategory.DANGEROUS_CONTENTstatic final HarmCategoryHarmCategory.HARASSMENTstatic final HarmCategoryHarmCategory.HATE_SPEECHstatic final HarmCategoryHarmCategory.IMAGE_DANGEROUS_CONTENTstatic final HarmCategoryHarmCategory.IMAGE_HARASSMENTstatic final HarmCategoryHarmCategory.IMAGE_HATEstatic final HarmCategoryHarmCategory.IMAGE_SEXUALLY_EXPLICITstatic final HarmCategoryHarmCategory.JAILBREAKstatic final HarmCategoryHarmCategory.SEXUALLY_EXPLICITMethods in com.google.genai.gaos.models.interactions that return HarmCategoryModifier and TypeMethodDescriptionstatic HarmCategoryReturns a HarmCategory with the given value.static HarmCategory[]HarmCategory.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type HarmCategoryMethods in com.google.genai.gaos.models.interactions with parameters of type HarmCategoryModifier and TypeMethodDescriptionSafetySetting.Builder.type(HarmCategory type) SafetySetting.withType(HarmCategory type) Constructors in com.google.genai.gaos.models.interactions with parameters of type HarmCategoryModifierConstructorDescriptionSafetySetting(Method method, Threshold threshold, HarmCategory type) SafetySetting(Threshold threshold, HarmCategory type)