Skip to content

Commit eec3143

Browse files
Merge pull request #229357 from eric-urban/eur/sdk-platforms
Windows 10 or later
2 parents df2ffc2 + 1b57f6a commit eec3143

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

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
@@ -10,7 +10,7 @@ The Speech SDK for C++ is compatible with Windows, Linux, and macOS.
1010

1111
# [Windows](#tab/windows)
1212

13-
On Windows, you can use the x64 or x86 target architecture.
13+
On Windows, you must use the 64-bit target architecture. Windows 10 or later is required.
1414

1515
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

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
@@ -10,7 +10,7 @@ The Speech SDK for C# is compatible with Windows, Linux, and macOS.
1010

1111
# [Windows](#tab/windows)
1212

13-
On Windows, you must use the 64-bit target architecture.
13+
On Windows, you must use the 64-bit target architecture. Windows 10 or later is required.
1414

1515
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

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

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

1111
# [Windows](#tab/windows)
1212

13-
On Windows, you must use the x64 target architecture.
13+
On Windows, you must use the 64-bit target architecture. Windows 10 or later is required.
1414

1515
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

17+
The Speech SDK for Java doesn't support Windows on ARM64.
18+
1719
# [Linux](#tab/linux)
1820

1921
The Speech SDK for Java only supports **Ubuntu 18.04/20.04/22.04**, **Debian 9/10/11**, **Red Hat Enterprise Linux (RHEL) 7/8**, and **CentOS 7/8** on the following architectures when used with Linux: x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu)

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

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

1111
# [Windows](#tab/windows)
1212

13-
On Windows, you can use the x64 or x86 target architecture.
13+
On Windows, you must use the 64-bit target architecture. Windows 10 or later is required.
1414

1515
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

0 commit comments

Comments
 (0)