Unverified Commit f4309793 authored by AnujSinghal12's avatar AnujSinghal12 Committed by GitHub

Change TestToSpeech to TextToSpeech (#2439)

parent 9b649e81
...@@ -54,7 +54,7 @@ import com.google.appinventor.components.runtime.util.YailList; ...@@ -54,7 +54,7 @@ import com.google.appinventor.components.runtime.util.YailList;
// TODO(hal): This language and country code method using strings as abbreviations was // TODO(hal): This language and country code method using strings as abbreviations was
// deprecated in API level 21. // deprecated in API level 21.
@DesignerComponent(version = YaVersion.TEXTTOSPEECH_COMPONENT_VERSION, @DesignerComponent(version = YaVersion.TEXTTOSPEECH_COMPONENT_VERSION,
description = "The TestToSpeech component speaks a given text aloud. You can set " + description = "The TextToSpeech component speaks a given text aloud. You can set " +
"the pitch and the rate of speech. " + "the pitch and the rate of speech. " +
"<p>You can also set a language by supplying a language code. This changes the pronunciation " + "<p>You can also set a language by supplying a language code. This changes the pronunciation " +
"of words, not the actual language spoken. For example, setting the language to French " + "of words, not the actual language spoken. For example, setting the language to French " +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment