We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d129bf commit acdae9aCopy full SHA for acdae9a
1 file changed
google/cloud/texttospeech/v1beta1/cloud_tts.proto
@@ -296,6 +296,12 @@ message SynthesisInput {
296
MultiSpeakerMarkup multi_speaker_markup = 4;
297
}
298
299
+ // This system instruction is supported only for controllable/promptable voice
300
+ // models. If this system instruction is used, we pass the unedited text to
301
+ // Gemini-TTS. Otherwise, a default system instruction is used. AI Studio
302
+ // calls this system instruction, Style Instructions.
303
+ optional string prompt = 6;
304
+
305
// Optional. The pronunciation customizations are applied to the input. If
306
// this is set, the input is synthesized using the given pronunciation
307
// customizations.
0 commit comments