Skip to content

Commit 6faa8bc

Browse files
committed
Fix link formatting
1 parent fdeaef6 commit 6faa8bc

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

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

0 commit comments

Comments
 (0)