We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a359bd8 commit d1650ecCopy full SHA for d1650ec
articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/dotnet.md
@@ -43,6 +43,7 @@ Let's add some code that works as a skeleton for our project. Make note that you
43
using System;
44
using System.Threading.Tasks;
45
using Microsoft.CognitiveServices.Speech;
46
+using Microsoft.CognitiveServices.Speech.Audio;
47
48
namespace HelloWorld
49
{
@@ -145,6 +146,7 @@ At this point, your code should look like this:
145
146
147
148
149
150
151
152
0 commit comments