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 @@ -75,9 +75,9 @@ public static ByteString synthesizeText(String text) throws Exception {
}
}
}

// [END tts_synthesize_text]

// [START tts_synthesize_text_audio_profile]
/**
Comment thread
Kef131 marked this conversation as resolved.
* Demonstrates using the Text to Speech client with audio profiles to synthesize text or ssml
*
Expand Down Expand Up @@ -122,7 +122,6 @@ public static ByteString synthesizeTextWithAudioProfile(String text, String effe
}
}
}
// [END tts_synthesize_text_audio_profile]

// [START tts_synthesize_ssml]
/**
Expand Down