File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/type
plugins/src/main/java/com/google/firebase/gradle/bomgenerator Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ public class ImagenPersonFilterLevel private constructor(internal val internalVa
25
25
*
26
26
* > Important: Generation of images containing people or faces may require your use case to be
27
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)
28
+ * [Responsible AI and usage guidelines](https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen)
30
29
* for more details.
31
30
*/
32
31
@JvmField public val ALLOW_ALL : ImagenPersonFilterLevel = ImagenPersonFilterLevel (" allow_all" )
@@ -35,8 +34,7 @@ public class ImagenPersonFilterLevel private constructor(internal val internalVa
35
34
*
36
35
* > Important: Generation of images containing people or faces may require your use case to be
37
36
* 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)
37
+ * [Responsible AI and usage guidelines](https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen)
40
38
* for more details.
41
39
*/
42
40
@JvmField
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ import kotlinx.serialization.SerialName
20
20
import kotlinx.serialization.Serializable
21
21
22
22
/* *
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).
25
25
*/
26
26
@PublicPreviewAPI
27
27
public 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
20
20
import kotlinx.serialization.Serializable
21
21
22
22
/* * 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" ))
24
24
@PublicPreviewAPI
25
25
public class Voices private constructor(public val ordinal : Int ) {
26
26
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ abstract class GenerateTutorialBundleTask : DefaultTask() {
236
236
" com.google.firebase:firebase-perf" to
237
237
ArtifactTutorialMapping (" Performance Monitoring" , " perf-dependency" ),
238
238
" com.google.firebase:firebase-ai" to
239
- ArtifactTutorialMapping (" Firebase AI Logic" , " firebase-ai-depedency " ),
239
+ ArtifactTutorialMapping (" Firebase AI Logic" , " firebase-ai-dependency " ),
240
240
" com.google.firebase:firebase-messaging" to
241
241
ArtifactTutorialMapping (" Cloud Messaging" , " messaging-dependency" ),
242
242
" com.google.firebase:firebase-auth" to
You can’t perform that action at this time.
0 commit comments