Skip to content

Commit 2e76e1e

Browse files
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ImagenSafetyFilterLevel.kt
Co-authored-by: rachelsaunders <[email protected]>
1 parent 4416e1f commit 2e76e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ImagenSafetyFilterLevel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class ImagenSafetyFilterLevel private constructor(internal val internalVa
2929
ImagenSafetyFilterLevel("block_medium_and_above")
3030
/**
3131
* Reduces the number of requests blocked due to safety filters. May increase objectionable
32-
* content generated by Imagen.
32+
* content generated by the Imagen model.
3333
*/
3434
@JvmField
3535
public val BLOCK_ONLY_HIGH: ImagenSafetyFilterLevel = ImagenSafetyFilterLevel("block_only_high")

0 commit comments

Comments
 (0)