Skip to content

Commit c1e8e9d

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vnet-toc-patch
2 parents a89125d + 2196afb commit c1e8e9d

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Follow these steps to create a new console application and install the Speech SD
4646
4747
class Program
4848
{
49-
static var YourSubscriptionKey = "YourSubscriptionKey";
50-
static var YourServiceRegion = "YourServiceRegion";
49+
static string YourSubscriptionKey = "YourSubscriptionKey";
50+
static string YourServiceRegion = "YourServiceRegion";
5151

5252
static void OutputSpeechRecognitionResult(SpeechRecognitionResult speechRecognitionResult)
5353
{

0 commit comments

Comments
 (0)