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 a89125d + 2196afb commit c1e8e9dCopy full SHA for c1e8e9d
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