@@ -20,25 +20,8 @@ metadata:
20
20
ms.custom : seodec18
21
21
22
22
abstract :
23
- description : |
24
- Learn how to use the Speech Services with REST APIs or with our Speech SDK.
23
+ description : Use Speech Services with REST APIs or with our Speech SDK.
25
24
sections :
26
- - title : Introduction
27
- items :
28
- - type : paragraph
29
- text : |
30
- You can use the Speech SDK to add the following capabilities (and more) to your apps:
31
- <div class="row" style="font-size:16px"><div class="column"><ul>
32
- <li><b><a href="speech-to-text.md">speech-to-text</a></b> (speech-recognition/SR)</li>
33
- <li><b><a href="speech-devices-sdk-create-kws.md">custom wake-word</a></b> (keyword-spotter/KWS)</li>
34
- <li><b><a href="how-to-recognize-intents-from-speech-csharp.md">intent</a></b></li>
35
- <li><b><a href="speech-translation.md">translation</a></b></li>
36
- <li><b><a href="speech-container-howto.md">on-premises container</a></b></li></ul></div><div class="column"><ul>
37
- <li><b><a href="text-to-speech.md">text-to-speech</a></b> (TTS)</li>
38
- <li><b><a href="conversation-transcription-service.md">conversation-transcription</a></b> (CTS)</li>
39
- <li><b><a href="how-to-phrase-lists.md">phrase list personalization</a>/<a href="how-to-custom-speech.md">custom speech adaptation</a></b></li>
40
- <li><b><a href="voice-first-virtual-assistants.md">voice-first virtual assistant</a></b></li>
41
- <li><b><a href="call-center-transcription.md">call center transcription</a></b></li></ul></div></div>
42
25
- items :
43
26
- type : list
44
27
style : cards
@@ -60,6 +43,22 @@ sections:
60
43
image :
61
44
src : ../media/index/i_guidelines.svg
62
45
title : Speech Devices SDK
46
+ - title : Introduction
47
+ items :
48
+ - type : paragraph
49
+ text : |
50
+ You can use the Speech SDK to add the following capabilities (and more) to your apps:
51
+ <div class="row"><div class="column"><ul>
52
+ <li><b><a href="speech-to-text.md">speech-to-text</a></b> (speech-recognition/SR)</li>
53
+ <li><b><a href="speech-devices-sdk-create-kws.md">custom wake-word</a></b> (keyword-spotter/KWS)</li>
54
+ <li><b><a href="how-to-recognize-intents-from-speech-csharp.md">intent</a></b></li>
55
+ <li><b><a href="speech-translation.md">translation</a></b></li>
56
+ <li><b><a href="speech-container-howto.md">on-premises container</a></b></li></ul></div><div class="column"><ul>
57
+ <li><b><a href="text-to-speech.md">text-to-speech</a></b> (TTS)</li>
58
+ <li><b><a href="conversation-transcription-service.md">conversation-transcription</a></b> (CTS)</li>
59
+ <li><b><a href="how-to-phrase-lists.md">phrase list personalization</a>/<a href="how-to-custom-speech.md">custom speech adaptation</a></b></li>
60
+ <li><b><a href="voice-first-virtual-assistants.md">voice-first virtual assistant</a></b></li>
61
+ <li><b><a href="call-center-transcription.md">call center transcription</a></b></li></ul></div></div>
63
62
- title : 5-Minute Quickstarts
64
63
items :
65
64
- type : paragraph
0 commit comments