Skip to content

Commit 8936ad1

Browse files
VinayGuthaldaymxn
andauthored
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/Voices.kt
Co-authored-by: Daymon <[email protected]>
1 parent 6d0077c commit 8936ad1

File tree

1 file changed

+5
-1
lines changed
  • firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type

1 file changed

+5
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/Voices.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ public class Voices private constructor(public val ordinal: Int) {
5858
}
5959

6060
public companion object {
61-
/** Unspecified modality. */
61+
/**
62+
* Unspecified voice.
63+
*
64+
* Will use the default voice of the model.
65+
*/
6266
@JvmField public val UNSPECIFIED: Voices = Voices(0)
6367

6468
/** Represents the Charon voice. */

0 commit comments

Comments
 (0)