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 @@ -24,17 +24,17 @@ public class ImagenPersonFilterLevel private constructor(internal val internalVa
2424 * Allow generation of images containing people of all ages.
2525 *
2626 * > Important: Generation of images containing people or faces may require your use case to be
27- * reviewed and approved by Cloud support; see the [Responsible AI and usage guidelines]
28- * (https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen)
27+ * reviewed and approved by Cloud support; see the
28+ * [Responsible AI and usage guidelines] (https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen)
2929 * for more details.
3030 */
3131 @JvmField public val ALLOW_ALL : ImagenPersonFilterLevel = ImagenPersonFilterLevel (" allow_all" )
3232 /* *
3333 * Allow generation of images containing adults only; images of children are filtered out.
3434 *
3535 * > Important: Generation of images containing people or faces may require your use case to be
36- * reviewed and approved by Cloud support; see the [Responsible AI and usage guidelines]
37- * (https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen)
36+ * reviewed and approved by Cloud support; see the
37+ * [Responsible AI and usage guidelines] (https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen)
3838 * for more details.
3939 */
4040 @JvmField
You can’t perform that action at this time.
0 commit comments