Models

Use /models to retrieve the available language models from V-Blaze.

Gets the available language models

get
Responses
200
Language model information retrieved successfully
get
GET /models HTTP/1.1
Host: 
Accept: */*

No content

Sample Response

{"models":["eng1:callcenter","eng1:survey","eng2:voicemail"]}

Explanation

The example response indicates that language models supported by vblaze_name are the general purpose call center and survey models for North American English (eng1), and the general purpose voicemail model for Australian English (eng2).

models

Identifiers for language models, which are machine learning components that represent knowledge about speech.

Refer to Language models for more information on the available language models.

Last updated