Returns a list of all the phonemes in a language pack, with the top five words and their corresponding full pronunciations for each phoneme.
http://localhost:13000/action=GetPhoneList&Name=ENUK
This action uses port 13000 to instruct HPE IDOL Speech Server, which is located on the local machine, to return a list of all phonemes in the ENUK language pack.
This action returns a response:
<phone>ax</phone>
<phoneExamples>
<word>that - dh ax d</word>
<word>are - ax r</word>
<word>this - dh ax s</word>
<word>then - dh ax n</word>
<word>had - hh ax d</word>
</phoneExamples>
<phone>ih</phone>
<phoneExamples>
<word>in - ih n</word>
<word>is - ih s</word>
<word>to - t ih</word>
<word>with - w ih th</word>
<word>it - ih d</word>
</phoneExamples>
etc.
where <phone> is the phoneme, and <word> is the example word and pronunciation.
| Parameter | Description | Required |
|---|---|---|
| Name | The name of the language pack. |
This action accepts the following standard ACI action parameters.
| Parameter | Description |
|---|---|
| ActionID | A string to use to identify an ACI action. |
| EncryptResponse | Encrypt the output. |
| FileName | The file to write output to. |
| ForceTemplateRefresh | Forces the server to load the template from disk. |
| Output | Writes output to a file. |
| ResponseFormat | The format of the action output. |
| Template | The template to use for the action output. |
| TemplateParamCSVs | A list of variables to use for the specified template. |
|
|