ListSpeechLanguagePacks
Lists the language packs that are available for speech-to-text processing. For information about how to install language packs, see Install Speech-to-Text Language Packs.
Type: synchronous
Example
/action=ListSpeechLanguagePacks
Response
The following example response shows that three language packs have been installed, for German (DEDE
), UK English (ENUK
), and US English (ENUS
). The response also shows the audio sample rate supported by each language pack. In this example, all of the language packs are for processing audio with a 16kHz sample rate.
<autnresponse> <action>LISTSPEECHLANGUAGEPACKS</action> <response>SUCCESS</response> <responsedata> <languagePack> <languagePack>DEDE</languagePack> <sampleRate>16000</sampleRate> </languagePack> <languagePack> <languagePack>ENUK</languagePack> <sampleRate>16000</sampleRate> </languagePack> <languagePack> <languagePack>ENUS</languagePack> <sampleRate>16000</sampleRate> </languagePack> </responsedata> </autnresponse>