File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -24,19 +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
28- * [Responsible AI and usage
29- * guidelines](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 [Responsible AI and usage guidelines]
28+ * (https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen)
3029 * for more details.
3130 */
3231 @JvmField public val ALLOW_ALL : ImagenPersonFilterLevel = ImagenPersonFilterLevel (" allow_all" )
3332 /* *
3433 * Allow generation of images containing adults only; images of children are filtered out.
3534 *
3635 * > Important: Generation of images containing people or faces may require your use case to be
37- * reviewed and approved by Cloud support; see the
38- * [Responsible AI and usage
39- * guidelines](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 [Responsible AI and usage guidelines]
37+ * (https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen)
4038 * for more details.
4139 */
4240 @JvmField
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ import kotlinx.serialization.SerialName
2020import kotlinx.serialization.Serializable
2121
2222/* *
23- * Various voices supported by the server. The list of all voices can be found
24- * [here ](https://cloud.google.com/text-to-speech/docs/chirp3-hd)
23+ * Various voices supported by the server. In the documentation, find the list of
24+ * [all supported voices ](https://cloud.google.com/text-to-speech/docs/chirp3-hd).
2525 */
2626@PublicPreviewAPI
2727public class Voice public constructor(public val voiceName : String ) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import kotlinx.serialization.SerialName
2020import kotlinx.serialization.Serializable
2121
2222/* * Various voices supported by the server */
23- @Deprecated(" Please use the Voice class instead." , ReplaceWith (" Voice" ))
23+ @Deprecated(" Use the Voice class instead." , ReplaceWith (" Voice" ))
2424@PublicPreviewAPI
2525public class Voices private constructor(public val ordinal : Int ) {
2626
You can’t perform that action at this time.
0 commit comments