Skip to content

Commit 4416e1f

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

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/ImagenPersonFilterLevel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class ImagenPersonFilterLevel private constructor(internal val internalVa
2424
/** Filters out any images containing depictions of children. */
2525
@JvmField
2626
public val ALLOW_ADULT: ImagenPersonFilterLevel = ImagenPersonFilterLevel("allow_adult")
27-
/** Filters out any images with depictions of people. */
27+
/** Filters out any images containing depictions of people. */
2828
@JvmField public val BLOCK_ALL: ImagenPersonFilterLevel = ImagenPersonFilterLevel("dont_allow")
2929
}
3030
}

0 commit comments

Comments
 (0)