Skip to content

Commit 4e38260

Browse files
author
Darren Cohen
committed
Capital letter
1 parent 91cd757 commit 4e38260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/how-to-recognize-intents-from-speech-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ With the recognizer created and the intents added, recognition can begin. The Sp
146146

147147
| Recognition mode | Methods to call | Result |
148148
| ---------------- | --------------- | ------ |
149-
| single-shot | `RecognizeOnceAsync()` | Returns the recognized intent, if any, after one utterance. |
149+
| Single-shot | `RecognizeOnceAsync()` | Returns the recognized intent, if any, after one utterance. |
150150
| Continuous | `StartContinuousRecognitionAsync()`<br>`StopContinuousRecognitionAsync()` | Recognizes multiple utterances; emits events (for example, `IntermediateResultReceived`) when results are available. |
151151

152152
The application uses single-shot mode and so calls `RecognizeOnceAsync()` to begin recognition. The result is an `IntentRecognitionResult` object containing information about the intent recognized. You extract the LUIS JSON response by using the following expression:

0 commit comments

Comments
 (0)