- text
- The string of text. Example: "south_south_east"
- packagename
- Pass the packagename of the application that contains the resource. If the resource is in your own application (this is the most common case), then put the packagename of your application here.
Example: "com.google.marvin.compass"
The packagename can be found in the AndroidManifest.xml of your application.<manifest xmlns:android="..." package="com.google.marvin.compass">
- resourceId
- Example: R.raw.south_south_east
Documentation for this section has not yet been entered.
Adds a mapping between a string of text and a sound resource in a package. After a call to this method, subsequent calls to TextToSpeech.speak(java.lang.String, int, java.util.HashMap<java.lang.String, java.lang.String>) will play the specified sound resource if it is available, or synthesize the text it is missing.