From d95b8073d35000b253cdb5cd01cc6e394fcd498e Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:35:33 +0700 Subject: [PATCH] update azure speech regions (#416) --- src/vendor/regions/ms-azure-regions.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/vendor/regions/ms-azure-regions.ts b/src/vendor/regions/ms-azure-regions.ts index ccfdc97..d83fab9 100644 --- a/src/vendor/regions/ms-azure-regions.ts +++ b/src/vendor/regions/ms-azure-regions.ts @@ -9,6 +9,10 @@ export const regions: Region[] = [ name: "Brazil - South (brazilsouth)", value: "brazilsouth", }, + { + name: "Qatar - Central (qatarcentral)", + value: "qatarcentral", + }, { name: "Canada - Central (canadacentral)", value: "canadacentral", @@ -53,6 +57,10 @@ export const regions: Region[] = [ name: "Norway - East (norwayeast)", value: "norwayeast", }, + { + name: "Sweden - Central (swedencentral)", + value: "swedencentral", + }, { name: "South Africa - North (southafricanorth)", value: "southafricanorth",