ListCustomSpeechLanguageModels

Lists the custom language models that are available.

Type: synchronous

Example

/action=ListCustomSpeechLanguageModels

Response

The following XML is an example response that includes a single language model:

<autnresponse>
  <action>LISTCUSTOMSPEECHLANGUAGEMODELS</action>
  <response>SUCCESS</response>
  <responsedata>
    <languagemodels>
      <languagemodel>
        <identifier>MedicalTerms</identifier>
        <creationTime>2018-05-02T10:30:15Z</creationTime>
        <language>ENUK</language>
        <totalWords>5501</totalWords>
        <uniqueWords>1623</uniqueWords>
        <recommendedWeight>0.1</recommendedWeight>
      </languagemodel>
    </languagemodels>
  </responsedata>
</autnresponse>

The response includes the following information :