File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
generated/google-apis-texttospeech_v1beta1
lib/google/apis/texttospeech_v1beta1 Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-texttospeech_v1beta1
22
3+ ### v0.38.0 (2025-09-21)
4+
5+ * Regenerated from discovery document revision 20250912
6+
37### v0.37.0 (2025-09-07)
48
59* Regenerated from discovery document revision 20250903
Original file line number Diff line number Diff line change @@ -408,9 +408,10 @@ class SynthesisInput
408408 # @return [Google::Apis::TexttospeechV1beta1::MultiSpeakerMarkup]
409409 attr_accessor :multi_speaker_markup
410410
411- # This is system instruction supported only for controllable voice models. If
412- # used, we will pass text to Flash TTS as is. Can only used with Flash TTS. What
413- # AI Studio calls Style Instructions.
411+ # This system instruction is supported only for controllable/promptable voice
412+ # models. If this system instruction is used, we pass the unedited text to
413+ # Gemini-TTS. Otherwise, a default system instruction is used. AI Studio calls
414+ # this system instruction, Style Instructions.
414415 # Corresponds to the JSON property `prompt`
415416 # @return [String]
416417 attr_accessor :prompt
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module TexttospeechV1beta1
1818 # Version of the google-apis-texttospeech_v1beta1 gem
19- GEM_VERSION = "0.37 .0"
19+ GEM_VERSION = "0.38 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250903 "
25+ REVISION = "20250912 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments