Skip to content

Commit 92c3045

Browse files
author
David Motsonashvili
committed
update docs
1 parent 5b20757 commit 92c3045

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/HarmCategory.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)