Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTS region tag update #1190

Merged
merged 3 commits into from
Aug 21, 2018
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