Skip to content

Commit 9488bf8

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

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
@@ -16,7 +16,7 @@
1616

1717
package com.google.firebase.vertexai.type
1818

19-
/** A filter used to prevent images from containing depictions of people or children. */
19+
/** A filter used to prevent images from containing depictions of children or people. */
2020
public class ImagenPersonFilterLevel private constructor(internal val internalVal: String) {
2121
public companion object {
2222
/** Doesn't apply any filtering. */

0 commit comments

Comments
 (0)