File tree Expand file tree Collapse file tree
specification/ai/data-plane/VoiceLive Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ model AzureCustomVoice extends AzureVoice {
222222 temperature ? : float32 ;
223223
224224 custom_lexicon_url ? : string ;
225+ custom_text_normalization_url ? : string ;
225226 prefer_locales ? : string [];
226227 locale ? : string ;
227228 style ? : string ;
@@ -246,6 +247,7 @@ model AzureStandardVoice extends AzureVoice {
246247 temperature ? : float32 ;
247248
248249 custom_lexicon_url ? : string ;
250+ custom_text_normalization_url ? : string ;
249251 prefer_locales ? : string [];
250252 locale ? : string ;
251253 style ? : string ;
@@ -272,6 +274,7 @@ model AzurePersonalVoice extends AzureVoice {
272274 `model` : PersonalVoiceModels ;
273275
274276 custom_lexicon_url ? : string ;
277+ custom_text_normalization_url ? : string ;
275278 prefer_locales ? : string [];
276279 locale ? : string ;
277280 style ? : string ;
Original file line number Diff line number Diff line change 368368 "custom_lexicon_url" : {
369369 "type" : " string"
370370 },
371+ "custom_text_normalization_url" : {
372+ "type" : " string"
373+ },
371374 "prefer_locales" : {
372375 "type" : " array" ,
373376 "items" : {
424427 "custom_lexicon_url" : {
425428 "type" : " string"
426429 },
430+ "custom_text_normalization_url" : {
431+ "type" : " string"
432+ },
427433 "prefer_locales" : {
428434 "type" : " array" ,
429435 "items" : {
701707 "custom_lexicon_url" : {
702708 "type" : " string"
703709 },
710+ "custom_text_normalization_url" : {
711+ "type" : " string"
712+ },
704713 "prefer_locales" : {
705714 "type" : " array" ,
706715 "items" : {
You can’t perform that action at this time.
0 commit comments