-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
31 lines (22 loc) · 930 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<plugin
xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="mmir-plugin-speech-nuance-lang"
version="1.1.2-alpha">
<name>Nuance / Cerence SpeechKit Supported Languages and Voices</name>
<keywords>speech,language,nuance,cerence,speechkit</keywords>
<description>
tools for querying supported languages (ASR and TTS) and voices (TTS) by Nuance / Cerence SpeechKit
</description>
<author>russa, DFKI</author>
<engines>
<engine name="cordova" version=">=5.0" />
</engines>
<js-module src="www/languages.js" name="languages">
</js-module>
<js-module src="www/langSupportUtils.js" name="langSupportUtils">
</js-module>
<js-module src="www/languageSupport.js" name="languageSupport">
<clobbers target="window.cordova.plugins.nuanceLanguageSupport" />
</js-module>
</plugin>