diff --git a/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/ImagenPersonFilterLevel.kt b/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/ImagenPersonFilterLevel.kt index 5daa354bbbd..219e10d8419 100644 --- a/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/ImagenPersonFilterLevel.kt +++ b/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/ImagenPersonFilterLevel.kt @@ -25,8 +25,7 @@ public class ImagenPersonFilterLevel private constructor(internal val internalVa * * > Important: Generation of images containing people or faces may require your use case to be * reviewed and approved by Cloud support; see the - * [Responsible AI and usage - * guidelines](https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen) + * [Responsible AI and usage guidelines](https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen) * for more details. */ @JvmField public val ALLOW_ALL: ImagenPersonFilterLevel = ImagenPersonFilterLevel("allow_all") @@ -35,8 +34,7 @@ public class ImagenPersonFilterLevel private constructor(internal val internalVa * * > Important: Generation of images containing people or faces may require your use case to be * reviewed and approved by Cloud support; see the - * [Responsible AI and usage - * guidelines](https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen) + * [Responsible AI and usage guidelines](https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#person-face-gen) * for more details. */ @JvmField diff --git a/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Voice.kt b/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Voice.kt index 7053fc986cf..2a27dc681dc 100644 --- a/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Voice.kt +++ b/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Voice.kt @@ -20,8 +20,8 @@ import kotlinx.serialization.SerialName import kotlinx.serialization.Serializable /** - * Various voices supported by the server. The list of all voices can be found - * [here](https://cloud.google.com/text-to-speech/docs/chirp3-hd) + * Various voices supported by the server. In the documentation, find the list of + * [all supported voices](https://cloud.google.com/text-to-speech/docs/chirp3-hd). */ @PublicPreviewAPI public class Voice public constructor(public val voiceName: String) { diff --git a/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Voices.kt b/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Voices.kt index d5e1f738dc2..5f97b3b36fb 100644 --- a/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Voices.kt +++ b/firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Voices.kt @@ -20,7 +20,7 @@ import kotlinx.serialization.SerialName import kotlinx.serialization.Serializable /** Various voices supported by the server */ -@Deprecated("Please use the Voice class instead.", ReplaceWith("Voice")) +@Deprecated("Use the Voice class instead.", ReplaceWith("Voice")) @PublicPreviewAPI public class Voices private constructor(public val ordinal: Int) { diff --git a/plugins/src/main/java/com/google/firebase/gradle/bomgenerator/GenerateTutorialBundleTask.kt b/plugins/src/main/java/com/google/firebase/gradle/bomgenerator/GenerateTutorialBundleTask.kt index 0534891761f..a5f6b47f0d0 100644 --- a/plugins/src/main/java/com/google/firebase/gradle/bomgenerator/GenerateTutorialBundleTask.kt +++ b/plugins/src/main/java/com/google/firebase/gradle/bomgenerator/GenerateTutorialBundleTask.kt @@ -236,7 +236,7 @@ abstract class GenerateTutorialBundleTask : DefaultTask() { "com.google.firebase:firebase-perf" to ArtifactTutorialMapping("Performance Monitoring", "perf-dependency"), "com.google.firebase:firebase-ai" to - ArtifactTutorialMapping("Firebase AI Logic", "firebase-ai-depedency"), + ArtifactTutorialMapping("Firebase AI Logic", "firebase-ai-dependency"), "com.google.firebase:firebase-messaging" to ArtifactTutorialMapping("Cloud Messaging", "messaging-dependency"), "com.google.firebase:firebase-auth" to