Skip to content

Commit 1f8d05c

Browse files
committed
edit pass: adjust headings to not wrap more than 2 lines
1 parent 2293f0e commit 1f8d05c

3 files changed

+3
-3
lines changed

includes/cognitive-services-speech-service-how-to-recognize-intents-from-speech-continuous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 07/27/2018
66
ms.author: wolfma
77
---
88

9-
## Intent recognition from a file and using events
9+
## Intent recognition from a file with events
1010

1111
The following code shows how to recognize intent in the default language (en-US) in a continuous way. The code allows access to additional information like intermediate results. Input is taken from an audio file. The supported format is single-channel (mono) WAV/PCM with a sampling rate of 16 kHz.
1212

includes/cognitive-services-speech-service-how-to-recognize-intents-from-speech-microphone-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 07/27/2018
66
ms.author: wolfma
77
---
88

9-
## Intent recognition from a microphone in a specified language
9+
## Intent recognition for a specified language
1010

1111
The following code shows how to recognize intent from microphone input in a specified language. In this example, the language is German (de-de).
1212

includes/cognitive-services-speech-service-sample-audio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ms.author: wolfma
77
---
88

99
> [!NOTE]
10-
> Need a sample audio? Right-click this [WAV file](https://raw.githubusercontent.com/Azure-Samples/Cognitive-Speech-STT-Android/95b698b584bce01d7cfa7faa15fb254482b6402e/samples/SpeechRecoExample/assets/whatstheweatherlike.wav) and choose **Save target as**.
10+
> Need a sample audio? Right-click this [WAV file](https://raw.githubusercontent.com/Azure-Samples/Cognitive-Speech-STT-Android/95b698b584bce01d7cfa7faa15fb254482b6402e/samples/SpeechRecoExample/assets/whatstheweatherlike.wav) and choose **Save as**.

0 commit comments

Comments
 (0)