Get AI Parameters
The method for revealing basic information and advanced underlying settings that are used when performing AI-tasks.
Parameter sections:
- “
language_support
” – AI Translation: check if a language pair is supported or not for AI translation. - this list will expand as new AI methods are added.
language_support
There are many languages available for transcription. But not all languages can be automatically translated to and from with good quality. In order to determine the availability of translation from the audio language to the desired subtitle language, you can use this type of “language_support
”.
AI models are constantly improving, so this method can be used for dynamic determination.
Example:
curl -L 'https://api.gcore.com/streaming/ai/info?type=`language_support`&`audio_language`=eng&`subtitles_language`=fre'
{ "supported": true }
Today we provide the following capabilities as below.
These are the 100 languages for which we support only transcription and translation to English.
The iso639-2b codes for these are: afr, sqi, amh, ara, hye, asm, aze, bak, eus, bel, ben, bos, bre, bul, mya, cat, zho, hrv, ces, dan, nld, eng, est, fao, fin, fra, glg, kat, deu, guj, hat, hau, haw, heb, hin, hun, isl, ind, ita, jpn, jav, kan, kaz, khm, kor, lao, lat, lav, lin, lit, ltz, mkd, mlg, msa, mal, mlt, mri, mar, ell, mon, nep, nor, nno, oci, pan, fas, pol, por, pus, ron, rus, san, srp, sna, snd, sin, slk, slv, som, spa, sun, swa, swe, tgl, tgk, tam, tat, tel, tha, bod, tur, tuk, ukr, urd, uzb, vie, cym, yid, yor
.
These are the 77 languages for which we support translation to other languages and translation to: afr, amh, ara, hye, asm, aze, eus, bel, ben, bos, bul, mya, cat, zho, hrv, ces, dan, nld, eng, est, fin, fra, glg, kat, deu, guj, heb, hin, hun, isl, ind, ita, jpn, jav, kan, kaz, khm, kor, lao, lav, lit, mkd, mal, mlt, mar, ell, mon, nep, nno, pan, fas, pol, por, pus, ron, rus, srp, sna, snd, slk, slv, som, spa, swa, swe, tgl, tgk, tam, tel, tha, tur, ukr, urd, vie, cym, yor
.
Authorizations
API key for authentication.
Query Parameters
The parameters section for which parameters are requested
language_support
The source language from which the audio will be transcribed. Required when type=language_support
. Value is 3-letter language code according to ISO-639-2 (bibliographic code), (e.g., fre for French).
The target language the text will be translated into. If omitted, the API will return whether the audio_language
is supported for transcription only, instead of translation. Value is 3-letter language code according to ISO-639-2 (bibliographic code), (e.g., fre for French).
Response
Result of AI task execution
The response is of type object
.