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 6d0077c commit 8936ad1Copy full SHA for 8936ad1
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/Voices.kt
@@ -58,7 +58,11 @@ public class Voices private constructor(public val ordinal: Int) {
58
}
59
60
public companion object {
61
- /** Unspecified modality. */
+ /**
62
+ * Unspecified voice.
63
+ *
64
+ * Will use the default voice of the model.
65
+ */
66
@JvmField public val UNSPECIFIED: Voices = Voices(0)
67
68
/** Represents the Charon voice. */
0 commit comments