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.
2 parents ba14181 + 0fe3381 commit 2196afbCopy full SHA for 2196afb
articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/csharp.md
@@ -46,8 +46,8 @@ Follow these steps to create a new console application and install the Speech SD
46
47
class Program
48
{
49
- static var YourSubscriptionKey = "YourSubscriptionKey";
50
- static var YourServiceRegion = "YourServiceRegion";
+ static string YourSubscriptionKey = "YourSubscriptionKey";
+ static string YourServiceRegion = "YourServiceRegion";
51
52
static void OutputSpeechRecognitionResult(SpeechRecognitionResult speechRecognitionResult)
53
0 commit comments