Skip to content

Commit 816b026

Browse files
author
Trevor Bye
committed
condensing into one quickstart
1 parent bffface commit 816b026

File tree

7 files changed

+38
-89
lines changed

7 files changed

+38
-89
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 10/10/2019
1212
ms.author: erhopf
1313
---
1414

15-
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for .NET Framework (Windows).
15+
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for .NET Framework (Windows). If you just want the package name to get started on your own, run `Install-Package Microsoft.CognitiveServices.Speech` in the NuGet console.
1616

1717
[!INCLUDE [License Notice](~/includes/cognitive-services-speech-service-license-notice.md)]
1818

@@ -66,7 +66,21 @@ You'll need to install the [Speech SDK NuGet package](https://aka.ms/csspeech/nu
6666

6767
After the package is installed, a confirmation appears in the **Package Manager Console** window.
6868

69-
You can now move on to [Next steps](#next-steps) below.
69+
### Choose target architecture
70+
71+
To build and run the console application, create a platform configuration matching your computer's architecture.
72+
73+
1. From the menu bar, select **Build** > **Configuration Manager**. The **Configuration Manager** dialog box appears.
74+
75+
![Configuration Manager dialog box](../articles/cognitive-services/speech-service/media/sdk/vs-configuration-manager-dialog-box.png)
76+
77+
1. In the **Active solution platform** drop-down box, select **New**. The **New Solution Platform** dialog box appears.
78+
79+
1. In the **Type or select the new platform** drop-down box:
80+
- If you're running 64-bit Windows, select **x64**.
81+
- If you're running 32-bit Windows, select **x86**.
82+
83+
1. Select **OK** and then **Close**.
7084

7185
## Next steps
7286

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 10/10/2019
1212
ms.author: erhopf
1313
---
1414

15-
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for C# .NET Core.
15+
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for C# .NET Core. If you just want the package name to get started on your own, run `Install-Package Microsoft.CognitiveServices.Speech` in the NuGet console.
1616

1717
> [!NOTE]
1818
> .NET Core is an open-source, cross-platform .NET platform that implements the [.NET Standard](https://docs.microsoft.com/dotnet/standard/net-standard) specification.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 10/10/2019
1212
ms.author: erhopf
1313
---
1414

15-
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for C# Universal Windows Platform (UWP).
15+
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for C# Universal Windows Platform (UWP). If you just want the package name to get started on your own, run `Install-Package Microsoft.CognitiveServices.Speech` in the NuGet console.
1616

1717
> [!NOTE]
1818
> The Universal Windows Platform lets you develop apps that run on any device that supports Windows 10, including PCs, Xbox, Surface Hub, and other devices.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 10/10/2019
1212
ms.author: erhopf
1313
---
1414

15-
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for [Xamarin](https://docs.microsoft.com/xamarin/get-started/what-is-xamarin), an open-source platform for building modern and performant applications for iOS, Android, and Windows with .NET.
15+
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for [Xamarin](https://docs.microsoft.com/xamarin/get-started/what-is-xamarin), an open-source platform for building modern and performant applications for iOS, Android, and Windows with .NET. If you just want the package name to get started on your own, run `Install-Package Microsoft.CognitiveServices.Speech` in the NuGet console.
1616

1717
[!INCLUDE [License Notice](~/includes/cognitive-services-speech-service-license-notice.md)]
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 10/11/2019
1212
ms.author: erhopf
1313
---
1414

15-
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for 64-bit Java 8 JRE.
15+
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for 64-bit Java 8 JRE. If you just want the package name to get started on your own, the Java SDK is not available in the Maven central repository. Whether you're using Gradle or a `pom.xml` dependency file, you need to add a custom repository pointing to `https://csspeechstorage.blob.core.windows.net/maven/` (see below for package name).
1616

1717
> [!NOTE]
1818
> For the Speech Devices SDK and the Roobo device, see [Speech Devices SDK](~/articles/cognitive-services/speech-service/speech-devices-sdk.md).

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

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 10/09/2019
1212
ms.author: erhopf
1313
---
1414

15-
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for Python.
15+
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for Python. If you just want the package name to get started on your own, run `pip install azure-cognitiveservices-speech`.
1616

1717
[!INCLUDE [License Notice](~/includes/cognitive-services-speech-service-license-notice.md)]
1818

@@ -44,24 +44,9 @@ This guide shows how to install the [Speech SDK](~/articles/cognitive-services/s
4444
- On Windows, you need the [Microsoft Visual C++ Redistributable for Visual Studio 2019](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads) for your platform. Note that installing this for the first time may require you to restart Windows before continuing with this guide.
4545
- And finally, you'll need [Python 3.5, 3.6 or 3.7](https://www.python.org/downloads/). To check your installation, open a command prompt and type the command `python --version` and check the result. If it's installed properly, you'll get a response "Python 3.5.1" or similar.
4646

47-
## Install the Speech SDK using Visual Studio Code
48-
49-
1. Download and install the latest supported version of [Python](https://www.python.org/downloads/) for your platform, 3.5 or later.
50-
- Windows users make sure to select "Add Python to your PATH" during the installation process.
51-
1. Download and install [Visual Studio Code](https://code.visualstudio.com/Download).
52-
1. Open Visual Studio Code and install the Python extension. Select **File** > **Preferences** > **Extensions** from the menu. Search for **Python** and click **Install**.
53-
54-
![Install the Python extension](~/articles/cognitive-services/speech-service/media/sdk/qs-python-vscode-python-extension.png)
55-
56-
1. Also from within Visual Studio Code, install the Speech SDK Python package from the integrated command line:
57-
1. Open a terminal (from the drop-down menus, **Terminal** > **New Terminal**)
58-
1. In the terminal that opens, enter the command `python -m pip install azure-cognitiveservices-speech`
59-
60-
That's it, you're ready to start coding to the Speech SDK in Python, and can move on to [Next steps](#next-steps) below. If you are new to Visual Studio Code, refer to the more extensive [Visual Studio Code Documentation](https://code.visualstudio.com/docs). For more information about Visual Studio Code and Python, see [Visual Studio Code Python tutorial](https://code.visualstudio.com/docs/python/python-tutorial).
61-
62-
## Install the Speech SDK using the command line
47+
## Install the Speech SDK from PyPI
6348

64-
If you are not using Visual Studio Code, the following command installs the Python package from [PyPI](https://pypi.org/) for the Speech SDK. For users of Visual Studio Code, skip to the next sub-section.
49+
If you're using your own environment or build tools, run the following command to install the Speech SDK from [PyPI](https://pypi.org/). For users of Visual Studio Code, skip to the next sub-section for guided installation.
6550

6651
```sh
6752
pip install azure-cognitiveservices-speech
@@ -73,13 +58,26 @@ If you are on macOS, you may need to run the following command to get the `pip`
7358
python3 -m pip install --upgrade pip
7459
```
7560

76-
Once you've successfully used `pip` to install `azure-cognitiveservices-speech`, you can use the Speech SDK by importing the namespace into your Python projects. For example:
61+
Once you've successfully used `pip` to install `azure-cognitiveservices-speech`, you can use the Speech SDK by importing the namespace into your Python projects.
7762

7863
```py
7964
import azure.cognitiveservices.speech as speechsdk
8065
```
8166

82-
This is shown in more detail within the code examples listed in [Next steps](#next-steps) below.
67+
## Install the Speech SDK using Visual Studio Code
68+
69+
1. Download and install the latest supported version of [Python](https://www.python.org/downloads/) for your platform, 3.5 or later.
70+
- Windows users make sure to select "Add Python to your PATH" during the installation process.
71+
1. Download and install [Visual Studio Code](https://code.visualstudio.com/Download).
72+
1. Open Visual Studio Code and install the Python extension. Select **File** > **Preferences** > **Extensions** from the menu. Search for **Python** and click **Install**.
73+
74+
![Install the Python extension](~/articles/cognitive-services/speech-service/media/sdk/qs-python-vscode-python-extension.png)
75+
76+
1. Also from within Visual Studio Code, install the Speech SDK Python package from the integrated command line:
77+
1. Open a terminal (from the drop-down menus, **Terminal** > **New Terminal**)
78+
1. In the terminal that opens, enter the command `python -m pip install azure-cognitiveservices-speech`
79+
80+
If you are new to Visual Studio Code, refer to the more extensive [Visual Studio Code Documentation](https://code.visualstudio.com/docs). For more information about Visual Studio Code and Python, see [Visual Studio Code Python tutorial](https://code.visualstudio.com/docs/python/python-tutorial).
8381

8482
## Support and updates
8583

articles/cognitive-services/Speech-Service/quickstarts/create-project.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)