Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.47 KB

File metadata and controls

64 lines (38 loc) · 1.47 KB
author ms.service ms.custom ms.topic ms.date ms.author
eric-urban
azure-ai-speech
linux-related-content
include
02/02/2024
eur

[!INCLUDE Header]

In this quickstart, you install the Speech SDK for C#.

Code samples in the documentation are written in C# 8 and run on .NET standard 2.0.

Platform requirements

[!INCLUDE Requirements]

Install the Speech SDK for C#

The Speech SDK for C# is available as a NuGet package and implements .NET Standard 2.0. For more information, see Microsoft.CognitiveServices.Speech.

The Speech SDK for C# can be installed from the .NET CLI by using the following dotnet add command:

dotnet add package Microsoft.CognitiveServices.Speech

The Speech SDK for C# can be installed by using the following Install-Package command:

Install-Package Microsoft.CognitiveServices.Speech

You can follow these guides for more options.

[!INCLUDE dotnet]

[!INCLUDE dotnetcore]

[!INCLUDE unity]

[!INCLUDE uwp]

[!INCLUDE xamarin]