You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-dotnet-windows.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 10/10/2019
12
12
ms.author: erhopf
13
13
---
14
14
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-dotnetcore-windows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 10/10/2019
12
12
ms.author: erhopf
13
13
---
14
14
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.
16
16
17
17
> [!NOTE]
18
18
> .NET Core is an open-source, cross-platform .NET platform that implements the [.NET Standard](https://docs.microsoft.com/dotnet/standard/net-standard) specification.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-uwp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 10/10/2019
12
12
ms.author: erhopf
13
13
---
14
14
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.
16
16
17
17
> [!NOTE]
18
18
> 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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-xamarin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 10/10/2019
12
12
ms.author: erhopf
13
13
---
14
14
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java-jre.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 10/11/2019
12
12
ms.author: erhopf
13
13
---
14
14
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).
16
16
17
17
> [!NOTE]
18
18
> For the Speech Devices SDK and the Roobo device, see [Speech Devices SDK](~/articles/cognitive-services/speech-service/speech-devices-sdk.md).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/platform/python.md
+18-20Lines changed: 18 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 10/09/2019
12
12
ms.author: erhopf
13
13
---
14
14
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`.
@@ -44,24 +44,9 @@ This guide shows how to install the [Speech SDK](~/articles/cognitive-services/s
44
44
- 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.
45
45
- 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.
46
46
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
-

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
63
48
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.
65
50
66
51
```sh
67
52
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`
73
58
python3 -m pip install --upgrade pip
74
59
```
75
60
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.
77
62
78
63
```py
79
64
import azure.cognitiveservices.speech as speechsdk
80
65
```
81
66
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
+

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).
0 commit comments