Skip to content

Commit d1650ec

Browse files
committed
Added missing namespace
1 parent a359bd8 commit d1650ec

File tree

1 file changed

+2
-0
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp

1 file changed

+2
-0
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/dotnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Let's add some code that works as a skeleton for our project. Make note that you
4343
using System;
4444
using System.Threading.Tasks;
4545
using Microsoft.CognitiveServices.Speech;
46+
using Microsoft.CognitiveServices.Speech.Audio;
4647

4748
namespace HelloWorld
4849
{
@@ -145,6 +146,7 @@ At this point, your code should look like this:
145146
using System;
146147
using System.Threading.Tasks;
147148
using Microsoft.CognitiveServices.Speech;
149+
using Microsoft.CognitiveServices.Speech.Audio;
148150

149151
namespace HelloWorld
150152
{

0 commit comments

Comments
 (0)