| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent acdae9a commit c866721
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -281,6 +281,12 @@ message SynthesisInput { | |||
| 281 | 281 | MultiSpeakerMarkup multi_speaker_markup = 4; | |
| 282 | 282 | } | |
| 283 | 283 | ||
| 284 | + // This system instruction is supported only for controllable/promptable voice | ||
| 285 | + // models. If this system instruction is used, we pass the unedited text to | ||
| 286 | + // Gemini-TTS. Otherwise, a default system instruction is used. AI Studio | ||
| 287 | + // calls this system instruction, Style Instructions. | ||
| 288 | + optional string prompt = 6; | ||
| 289 | + | ||
| 284 | 290 | // Optional. The pronunciation customizations are applied to the input. If | |
| 285 | 291 | // this is set, the input is synthesized using the given pronunciation | |
| 286 | 292 | // customizations. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments