We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4a26f commit 94c6f33Copy full SHA for 94c6f33
firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Voices.kt
@@ -20,7 +20,7 @@ import kotlinx.serialization.SerialName
20
import kotlinx.serialization.Serializable
21
22
/** Various voices supported by the server */
23
-@Deprecated("Please use the Voice class instead.")
+@Deprecated("Please use the Voice class instead.", ReplaceWith("Voice"))
24
@PublicPreviewAPI
25
public class Voices private constructor(public val ordinal: Int) {
26
0 commit comments