Skip to content

Commit eb1c5ec

Browse files
committed
Merge branch 'BrianMouncer-pr/1.24.0_updates' of https://github.com/BrianMouncer/azure-docs-pr into BrianMouncer-pr/1.24.0_updates
2 parents 3dec733 + 074f7d3 commit eb1c5ec

File tree

10 files changed

+59
-14
lines changed

10 files changed

+59
-14
lines changed

articles/cognitive-services/Speech-Service/includes/language-support/intent-recognizer-pattern-matcher.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,51 @@ ms.author: eur
99

1010
| Locale | Locale (BCP-47) |
1111
|-----------------------------------|-----------------|
12+
| German (Austria) | `de-AT` |
13+
| German (Switzerland) | `de-CH` |
14+
| German (Germany) | `de-DE` |
15+
| English (Australia) | `en-AU` |
16+
| English (Canada) | `en-CA` |
17+
| English (United Kingdom) | `en-GB` |
18+
| English (Ghana) | `en-GH` |
19+
| English (Hongkong) | `en-HK` |
20+
| English (Ireland) | `en-IE` |
21+
| English (India) | `en-IN` |
22+
| English (Kenya) | `en-KE` |
23+
| English (Nigeria) | `en-NG` |
24+
| English (New Zealand) | `en-NZ` |
25+
| English (Philippines) | `en-PH` |
26+
| English (Singapore) | `en-SG` |
27+
| English (Tanzania) | `en-TZ` |
1228
| English (United States) | `en-US` |
29+
| English (South Africa) | `en-ZA` |
30+
| French (Belgium) | `fr-BE` |
31+
| French (Canada) | `fr-CA` |
32+
| French (Switzerland) | `fr-CH` |
33+
| French (France) | `fr-FR` |
34+
| Japanese (Japan) | `ja-JP` |
35+
| Spanish (Argentina) | `es-AR` |
36+
| Spanish (Bolivia) | `es-BO` |
37+
| Spanish (Chile) | `es-CL` |
38+
| Spanish (Colombia) | `es-CO` |
39+
| Spanish (Costa Rica) | `es-CR` |
40+
| Spanish (Cuba) | `es-CU` |
41+
| Spanish (Dominican Republic) | `es-DO` |
42+
| Spanish (Ecuador) | `es-EC` |
43+
| Spanish (Spain) | `es-ES` |
44+
| Spanish (Equatorial Guinea) | `es-GQ` |
45+
| Spanish (Guatemala) | `es-GT` |
46+
| Spanish (Honduras) | `es-HN` |
47+
| Spanish (Mexico) | `es-MX` |
48+
| Spanish (Nicaragua) | `es-NI` |
49+
| Spanish (Panama) | `es-PA` |
50+
| Spanish (Peru) | `es-PE` |
51+
| Spanish (Puerto Rico) | `es-PR` |
52+
| Spanish (Paraguay) | `es-PY` |
53+
| Spanish (El Salvador) | `es-SV` |
54+
| Spanish (United States) | `es-US` |
55+
| Spanish (Uruguay) | `es-UY` |
56+
| Spanish (Venezuela) | `es-VE` |
1357
| Chinese (Cantonese, Traditional) | `zh-HK` |
14-
| Chinese (Mandarin, Simplified) | `zh-CN` |
58+
| Chinese (Mandarin, Simplified) | `zh-CN` |
59+
| Chinese (Taiwanese Mandarin) | `zh-TW` |

articles/cognitive-services/Speech-Service/includes/quickstarts/captioning/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: eur
1717
## Set up the environment
1818

1919
The Speech SDK for Python is available as a [Python Package Index (PyPI) module](https://pypi.org/project/azure-cognitiveservices-speech/). The Speech SDK for Python is compatible with Windows, Linux, and macOS.
20-
- You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, or 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
20+
- You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
2121
- On Linux, you must use the x64 target architecture.
2222

2323
1. Install a version of [Python from 3.7 to 3.10](https://www.python.org/downloads/). First check the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-python) for any more requirements

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/cpp-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Speech SDK for C++ is compatible with Windows, Linux, and macOS.
1212

1313
On Windows, you can use the x64 or x86 target architecture.
1414

15-
You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, or 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
15+
You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
1616

1717
# [Linux](#tab/linux)
1818

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Speech SDK for C# is compatible with Windows, Linux, and macOS.
1212

1313
On Windows, you must use the x64 target architecture.
1414

15-
You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, or 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
15+
You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
1616

1717
# [Linux](#tab/linux)
1818

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Speech SDK for Java is compatible with Windows, Linux, and macOS.
1212

1313
On Windows, you must use the x64 target architecture.
1414

15-
You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, or 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
15+
You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
1616

1717
# [Linux](#tab/linux)
1818

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/linux-distributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: eur
99
> [!IMPORTANT]
1010
> Use the most recent LTS release of the Linux distribution. For example, if you are using Ubuntu 20.04 LTS, use the latest release of Ubuntu 20.04.X.
1111
12-
For a native application, the Speech SDK relies on `libMicrosoft.CognitiveServices.Speech.core.so`. Make sure the target architecture (x86, x64) matches the application. Depending on the Linux version, more dependencies might be required:
12+
The Speech SDK depends on the following Linux system libraries:
1313

1414
- The shared libraries of the GNU C library, including the POSIX Threads Programming library, `libpthreads`
1515
- The OpenSSL library (`libssl`) version 1.x

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/python-requirements.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ The Speech SDK for Python is compatible with Windows, Linux, and macOS.
1212

1313
On Windows, you can use the x64 or x86 target architecture.
1414

15-
You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, or 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
15+
You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
16+
17+
> [!IMPORTANT]
18+
> Make sure that packages of the same target architecture are installed. For example, if you install the x64 redistributable package, then you need to install the x64 Python package.
1619
1720
# [Linux](#tab/linux)
1821

19-
The Speech SDK for Python only supports **Ubuntu 18.04/20.04/22.04**, **Debian 9/10/11**, **Red Hat Enterprise Linux (RHEL) 8**, and **CentOS 8** on the x64 architecture when used with Linux.
22+
The Speech SDK for Python only supports **Ubuntu 18.04/20.04/22.04**, **Debian 9/10/11**, **Red Hat Enterprise Linux (RHEL) 8**, and **CentOS 8** on the x64 and ARM64 architectures when used with Linux.
2023

2124
[!INCLUDE [Linux distributions](linux-distributions.md)]
2225

@@ -28,7 +31,4 @@ A macOS version 10.14 or later is required.
2831

2932
Install a version of [Python from 3.7 to 3.10](https://www.python.org/downloads/).
3033

31-
> [!IMPORTANT]
32-
> Make sure that packages of the same platform (x64 or x86) are installed. For example, if you install the x64 redistributable package, then you need to install the x64 Python package.
33-
3434
To check your installation, open a terminal and run the command `python --version`. If it's installed properly, you'll get a response like "Python 3.8.10". If you're using macOS or Linux, you might need to run the command `python3 --version` instead. To enable use of `python` instead of `python3`, run `alias python='python3'` to set up an alias. The Speech SDK quickstart samples specify `python` usage.

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: eur
2020
## Set up the environment
2121

2222
The Speech SDK for Python is available as a [Python Package Index (PyPI) module](https://pypi.org/project/azure-cognitiveservices-speech/). The Speech SDK for Python is compatible with Windows, Linux, and macOS.
23-
- You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, or 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
23+
- You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
2424
- On Linux, you must use the x64 target architecture.
2525

2626
Install a version of [Python from 3.7 to 3.10](https://www.python.org/downloads/). First check the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-python) for any more requirements.

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-translation-basics/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: eur
1717
## Set up the environment
1818

1919
The Speech SDK for Python is available as a [Python Package Index (PyPI) module](https://pypi.org/project/azure-cognitiveservices-speech/). The Speech SDK for Python is compatible with Windows, Linux, and macOS.
20-
- You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, or 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
20+
- You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
2121
- On Linux, you must use the x64 target architecture.
2222

2323
Install a version of [Python from 3.7 to 3.10](https://www.python.org/downloads/). First check the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-python) for any more requirements

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: eur
2020
## Set up the environment
2121

2222
The Speech SDK for Python is available as a [Python Package Index (PyPI) module](https://pypi.org/project/azure-cognitiveservices-speech/). The Speech SDK for Python is compatible with Windows, Linux, and macOS.
23-
- You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, or 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
23+
- You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
2424
- On Linux, you must use the x64 target architecture.
2525

2626
Install a version of [Python from 3.7 to 3.10](https://www.python.org/downloads/). First check the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-python) for any more requirements

0 commit comments

Comments
 (0)