Languages

Use /languages to retrieve the available languages from V-Blaze.

Gets the available languages

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

No content

Sample Response

{"languages":["eng1","eng2","eng3"]}

Explanation

The example response indicates that languages supported by vblaze_name are eng1, eng2, and eng3. Respectively, these designations refer to North American English, Australian English, and UK English.

languages

Indicates the languages that are available. The languages indicated are components of the model used by the ASR engine for transcription that converts the stream of sound symbols from an acoustic model into text.

Last updated