Skip to content

Commit 916a87f

Browse files
authored
refactor: remove audio profile beta code blocks from SynthesizeText sample (#10310)
1 parent 4178fd6 commit 916a87f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public static void synthesizeText(String text) throws Exception {
8181
}
8282
// [END tts_synthesize_text]
8383

84-
// [START tts_synthesize_text_audio_profile_beta]
8584
/**
8685
* Demonstrates using the Text to Speech client with audio profiles to synthesize text or ssml
8786
*
@@ -125,7 +124,6 @@ public static void synthesizeTextWithAudioProfile(String text, String effectsPro
125124
}
126125
}
127126
}
128-
// [END tts_synthesize_text_audio_profile_beta]
129127

130128
// [START tts_synthesize_ssml]
131129
/**

0 commit comments

Comments
 (0)