File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,16 @@ public class HarmCategory private constructor(public val ordinal: Int) {
8686 /* * Content that may be used to harm civic integrity. */
8787 @JvmField public val CIVIC_INTEGRITY : HarmCategory = HarmCategory (5 )
8888
89- /* * Content that may be used to harm civic integrity . */
89+ /* * Content that is image hate . */
9090 @JvmField public val IMAGE_HATE : HarmCategory = HarmCategory (6 )
9191
92- /* * Content that may be used to harm civic integrity . */
92+ /* * Image dangerous content . */
9393 @JvmField public val IMAGE_DANGEROUS_CONTENT : HarmCategory = HarmCategory (7 )
9494
95- /* * Content that may be used to harm civic integrity . */
95+ /* * Content is image harassment . */
9696 @JvmField public val IMAGE_HARASSMENT : HarmCategory = HarmCategory (8 )
9797
98- /* * Content that may be used to harm civic integrity . */
98+ /* * Image sexually explicit content . */
9999 @JvmField public val IMAGE_SEXUALLY_EXPLICIT : HarmCategory = HarmCategory (9 )
100100 }
101101}
You can’t perform that action at this time.
0 commit comments