Skip to content

Commit

Permalink
samples: Fix region tag (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and chingor13 committed Aug 17, 2020
1 parent 1108fcb commit 1866d51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static String textToSsml(String inputFile)
// Return the concatenated String of SSML
return ssml;
}
// [START tts_ssml_address_ssml]
// [END tts_ssml_address_ssml]

// [START tts_ssml_address_test]
public static void main(String... args) throws Exception {
Expand All @@ -140,4 +140,4 @@ public static void main(String... args) throws Exception {
ssmlToAudio(ssml, outFile);
}
// [END tts_ssml_address_test]
}
}

0 comments on commit 1866d51

Please sign in to comment.