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 acdae9a commit c866721Copy full SHA for c866721
google/cloud/texttospeech/v1/cloud_tts.proto
@@ -281,6 +281,12 @@ message SynthesisInput {
281
MultiSpeakerMarkup multi_speaker_markup = 4;
282
}
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
+
290
// Optional. The pronunciation customizations are applied to the input. If
291
// this is set, the input is synthesized using the given pronunciation
292
// customizations.
0 commit comments