Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-texttospeech_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-texttospeech_v1beta1

### v0.38.0 (2025-09-21)

* Regenerated from discovery document revision 20250912

### v0.37.0 (2025-09-07)

* Regenerated from discovery document revision 20250903
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,10 @@ class SynthesisInput
# @return [Google::Apis::TexttospeechV1beta1::MultiSpeakerMarkup]
attr_accessor :multi_speaker_markup

# This is system instruction supported only for controllable voice models. If
# used, we will pass text to Flash TTS as is. Can only used with Flash TTS. What
# AI Studio calls Style Instructions.
# This system instruction is supported only for controllable/promptable voice
# models. If this system instruction is used, we pass the unedited text to
# Gemini-TTS. Otherwise, a default system instruction is used. AI Studio calls
# this system instruction, Style Instructions.
# Corresponds to the JSON property `prompt`
# @return [String]
attr_accessor :prompt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module TexttospeechV1beta1
# Version of the google-apis-texttospeech_v1beta1 gem
GEM_VERSION = "0.37.0"
GEM_VERSION = "0.38.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20250903"
REVISION = "20250912"
end
end
end
Loading