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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ class Turn
# multi-speaker synthesis.
#
# Note: The following fields are mutually exclusive: `multi_speaker_markup`, `text`, `markup`, `ssml`. If a field in that set is populated, all other fields in the set will automatically be cleared.
# @!attribute [rw] prompt
# @return [::String]
# 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.
# @!attribute [rw] custom_pronunciations
# @return [::Google::Cloud::TextToSpeech::V1::CustomPronunciations]
# Optional. The pronunciation customizations are applied to the input. If
Expand Down
Loading