Skip to content

Commit 019d7e9

Browse files
authored
refactor(tts): Remove tts_synthesize_text_audio_profile duplicated region tag (#10311)
* refactor: remove audio profile synthesis snippet from SynthesizeText sample * chore: add whitespace for proper documentation block separation in SynthesizeText
1 parent 7b62f46 commit 019d7e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ public static ByteString synthesizeText(String text) throws Exception {
7575
}
7676
}
7777
}
78+
7879
// [END tts_synthesize_text]
7980

80-
// [START tts_synthesize_text_audio_profile]
8181
/**
8282
* Demonstrates using the Text to Speech client with audio profiles to synthesize text or ssml
8383
*
@@ -122,7 +122,6 @@ public static ByteString synthesizeTextWithAudioProfile(String text, String effe
122122
}
123123
}
124124
}
125-
// [END tts_synthesize_text_audio_profile]
126125

127126
// [START tts_synthesize_ssml]
128127
/**

0 commit comments

Comments
 (0)