Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static void synthesizeText(String text) throws Exception {
}
// [END tts_synthesize_text]

// [START tts_synthesize_text_with_audio_profile]
// [START tts_synthesize_text_audio_profile_beta]
/**
* Demonstrates using the Text to Speech client with audio profiles to synthesize text or ssml
*
Expand Down Expand Up @@ -127,7 +127,7 @@ public static void synthesizeTextWithAudioProfile(String text, String effectsPro
}
}
}
// [END tts_synthesize_text_with_audio_profile]
// [END tts_synthesize_text_audio_profile_beta]

// [START tts_synthesize_ssml]
/**
Expand Down