You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Silence threshold for Realtime Speech partial results in milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+
* Silence threshold for Realtime Speech partial results in milliseconds.
36
+
* Currently supported only for Oracle model.
37
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
36
38
*/
37
39
"partialSilenceThresholdInMs"?: number;
38
40
/**
39
-
* Silence threshold for Realtime Speech final results in milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
41
+
* Silence threshold for Realtime Speech final results in milliseconds.
42
+
* Currently supported only for Oracle model.
43
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
40
44
*/
41
45
"finalSilenceThresholdInMs"?: number;
42
46
/**
43
47
* When enabled sets the amount of confidence required for latest tokens before returning them as part of a new partial result
* Whisper model supported language codes are locale agnostic
78
+
* - auto: Auto-detect language
79
+
* - af: Afrikaans
80
+
* - am: Amharic
81
+
* - ar: Arabic
82
+
* - as: Assamese
83
+
* - az: Azerbaijani
84
+
* - ba: Bashkir
85
+
* - be: Belarusian
86
+
* - bg: Bulgarian
87
+
* - bn: Bengali
88
+
* - bo: Tibetan
89
+
* - br: Breton
90
+
* - bs: Bosnian
91
+
* - ca: Catalan
92
+
* - cs: Czech
93
+
* - cy: Welsh
94
+
* - da: Danish
95
+
* - de: German
96
+
* - el: Greek
97
+
* - en: English (default)
98
+
* - es: Spanish
99
+
* - et: Estonian
100
+
* - eu: Basque
101
+
* - fa: Persian
102
+
* - fi: Finnish
103
+
* - fo: Faroese
104
+
* - fr: French
105
+
* - gl: Galician
106
+
* - gu: Gujarati
107
+
* - ha: Hausa
108
+
* - haw: Hawaiian
109
+
* - he: Hebrew
110
+
* - hi: Hindi
111
+
* - hr: Croatian
112
+
* - ht: Haitian Creole
113
+
* - hu: Hungarian
114
+
* - hy: Armenian
115
+
* - id: Indonesian
116
+
* - is: Icelandic
117
+
* - it: Italian
118
+
* - ja: Japanese
119
+
* - jv: Javanese
120
+
* - ka: Georgian
121
+
* - kk: Kazakh
122
+
* - km: Khmer
123
+
* - kn: Kannada
124
+
* - ko: Korean
125
+
* - la: Latin
126
+
* - lb: Luxembourgish
127
+
* - ln: Lingala
128
+
* - lo: Lao
129
+
* - lt: Lithuanian
130
+
* - lv: Latvian
131
+
* - mg: Malagasy
132
+
* - mi: Maori
133
+
* - mk: Macedonian
134
+
* - ml: Malayalam
135
+
* - mn: Mongolian
136
+
* - mr: Marathi
137
+
* - ms: Malay
138
+
* - mt: Maltese
139
+
* - my: Burmese
140
+
* - ne: Nepali
141
+
* - nl: Dutch
142
+
* - nn: Norwegian Nynorsk
143
+
* - no: Norwegian
144
+
* - oc: Occitan
145
+
* - pa: Punjabi
146
+
* - pl: Polish
147
+
* - ps: Pashto
148
+
* - pt: Portuguese
149
+
* - ro: Romanian
150
+
* - ru: Russian
151
+
* - sa: Sanskrit
152
+
* - sd: Sindhi
153
+
* - si: Sinhala
154
+
* - sk: Slovak
155
+
* - sl: Slovenian
156
+
* - sn: Shona
157
+
* - so: Somali
158
+
* - sq: Albanian
159
+
* - sr: Serbian
160
+
* - su: Sundanese
161
+
* - sv: Swedish
162
+
* - sw: Swahili
163
+
* - ta: Tamil
164
+
* - te: Telugu
165
+
* - tg: Tajik
166
+
* - th: Thai
167
+
* - tk: Turkmen
168
+
* - tl: Tagalog
169
+
* - tr: Turkish
170
+
* - tt: Tatar
171
+
* - uk: Ukrainian
172
+
* - ur: Urdu
173
+
* - uz: Uzbek
174
+
* - vi: Vietnamese
175
+
* - yi: Yiddish
176
+
* - yo: Yoruba
177
+
* - zh: Chinese
62
178
*
63
179
*/
64
180
"languageCode"?: string;
65
181
/**
66
182
* If set to true, the service will not fail connection attempt if it encounters any issues that prevent the loading of all specified user customizations. Any invalid customizations will simply be ignored and connection will continue being established with the default base model and any remaining valid customizations.
67
183
* If set to false, if the service is unable to load any of the specified customizations, an error detailing why will be returned and the session will end.
0 commit comments