Skip to content

Commit 481c3a7

Browse files
committed
refactor: remove audio profile synthesis snippet from SynthesizeText sample
1 parent 916a87f commit 481c3a7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

texttospeech/snippets/src/main/java/com/example/texttospeech/SynthesizeText.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ public static ByteString synthesizeText(String text) throws Exception {
7676
}
7777
}
7878
// [END tts_synthesize_text]
79-
80-
// [START tts_synthesize_text_audio_profile]
8179
/**
8280
* Demonstrates using the Text to Speech client with audio profiles to synthesize text or ssml
8381
*
@@ -122,7 +120,6 @@ public static ByteString synthesizeTextWithAudioProfile(String text, String effe
122120
}
123121
}
124122
}
125-
// [END tts_synthesize_text_audio_profile]
126123

127124
// [START tts_synthesize_ssml]
128125
/**

0 commit comments

Comments
 (0)