Skip to content

Commit 2f3f484

Browse files
committed
docs refresh 294008
1 parent 0ba9ff3 commit 2f3f484

File tree

2 files changed

+4
-27
lines changed

2 files changed

+4
-27
lines changed

articles/ai-services/speech-service/index.yml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ conceptualContent:
3535
items:
3636
- title: Speech to text
3737
links:
38-
- itemType: overview
39-
text: About speech to text
40-
url: speech-to-text.md
4138
- itemType: quickstart
4239
text: Get started with speech to text
4340
url: get-started-speech-to-text.md
@@ -52,9 +49,6 @@ conceptualContent:
5249
url: index-speech-to-text.yml
5350
- title: Text to speech
5451
links:
55-
- itemType: overview
56-
text: About text to speech
57-
url: text-to-speech.md
5852
- itemType: quickstart
5953
text: Get started with text to speech
6054
url: get-started-text-to-speech.md
@@ -76,7 +70,7 @@ conceptualContent:
7670
text: Captioning with speech to text
7771
url: captioning-concepts.md
7872
- itemType: how-to-guide
79-
text: Call Center Overview
73+
text: Call center overview
8074
url: call-center-overview.md
8175
- itemType: overview
8276
text: Pronunciation assessment
@@ -91,9 +85,6 @@ conceptualContent:
9185
url: spx-overview.md
9286
- title: Speaker Recognition
9387
links:
94-
- itemType: overview
95-
text: About Speaker Recognition
96-
url: speaker-recognition-overview.md
9788
- itemType: quickstart
9889
text: Get started with Speaker Recognition
9990
url: ./get-started-speaker-recognition.md
@@ -115,21 +106,7 @@ conceptualContent:
115106
url: whisper-overview.md
116107
- itemType: overview
117108
text: What are OpenAI text to speech voices?
118-
url: openai-voices.md
119-
- title: Intent recognition
120-
links:
121-
- itemType: quickstart
122-
text: Recognize speech, intents, and entities
123-
url: intent-recognition.md
124-
- itemType: how-to-guide
125-
text: Recognize speech intents with CLU
126-
url: get-started-intent-recognition-clu.md
127-
- itemType: how-to-guide
128-
text: Recognize speech intents with simple pattern matching
129-
url: how-to-use-simple-language-pattern-matching.md
130-
- itemType: how-to-guide
131-
text: Recognize speech intents with custom entity matching
132-
url: how-to-use-custom-entity-pattern-matching.md
109+
url: openai-voices.md
133110
- title: Hosting
134111
links:
135112
- itemType: how-to-guide

articles/ai-services/speech-service/intent-recognition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Conversational language understanding (CLU) enables users to build custom natura
3434
Both a Speech resource and Language resource are required to use CLU with the Speech SDK. The Speech resource is used to transcribe the user's speech into text, and the Language resource is used to recognize the intent of the utterance. To get started, see the [quickstart](get-started-intent-recognition-clu.md).
3535

3636
> [!IMPORTANT]
37-
> When you use conversational language understanding with the Speech SDK, you are charged both for the Speech to text recognition request and the Language service request for CLU. For more information about pricing for conversational language understanding, see [Language service pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
37+
> When you use conversational language understanding with the Speech SDK, you are charged both for the speech to text recognition request and the Language service request for CLU. For more information about pricing for conversational language understanding, see [Language service pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
3838
3939
For information about how to use conversational language understanding without the Speech SDK and without speech recognition, see the [Language service documentation](../language-service/conversational-language-understanding/overview.md).
4040

@@ -43,7 +43,7 @@ For information about how to use conversational language understanding without t
4343
>
4444
> Conversational Language Understanding (CLU) is available for C# and C++ with the [Speech SDK](speech-sdk.md) version 1.25 or later. See the [quickstart](get-started-intent-recognition-clu.md) to recognize intents with the Speech SDK and CLU.
4545
46-
## Next steps
46+
## Related content
4747

4848
* [Intent recognition with simple pattern matching](how-to-use-simple-language-pattern-matching.md)
4949
* [Intent recognition with CLU quickstart](get-started-intent-recognition-clu.md)

0 commit comments

Comments
 (0)