Skip to content

Commit 186af14

Browse files
authored
Merge pull request #77092 from chrisbasoglu/patch-8
[Cog Svcs] fix top width
2 parents 86b7853 + df3dc89 commit 186af14

File tree

1 file changed

+18
-15
lines changed
  • articles/cognitive-services/Speech-Service

1 file changed

+18
-15
lines changed

articles/cognitive-services/Speech-Service/index.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,7 @@ metadata:
2020
ms.custom: seodec18
2121

2222
abstract:
23-
description: |
24-
Learn how to use the Speech Services with REST APIs or with our Speech SDK to add speech-enabled features to your apps.
25-
You can use the Speech SDK to add the following capabilities (and more) to your apps:
26-
<div class="row" style="font-size:16px"><div class="column"><ul>
27-
<li><b><a href="speech-to-text.md">speech-to-text</a></b> (speech-recognition/SR)</li>
28-
<li><b><a href="speech-devices-sdk-create-kws.md">custom wake-word</a></b> (keyword-spotter/KWS)</li>
29-
<li><b><a href="how-to-recognize-intents-from-speech-csharp.md">intent</a></b></li>
30-
<li><b><a href="speech-translation.md">translation</a></b></li>
31-
<li><b><a href="speech-container-howto.md">on-premises container</a></b></li></ul></div><div class="column"><ul>
32-
<li><b><a href="text-to-speech.md">text-to-speech</a></b> (TTS)</li>
33-
<li><b><a href="conversation-transcription-service.md">conversation-transcription</a></b> (CTS)</li>
34-
<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>
35-
<li><b><a href="voice-first-virtual-assistants.md">voice-first virtual assistant</a></b></li>
36-
<li><b><a href="call-center-transcription.md">call center transcription</a></b></li></ul></div></div>
23+
description: Use with our Speech SDK or with REST API.
3724
sections:
3825
- items:
3926
- type: list
@@ -56,10 +43,26 @@ sections:
5643
image:
5744
src: ../media/index/i_guidelines.svg
5845
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&colon;
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>
5962
- title: 5-Minute Quickstarts
6063
items:
6164
- type: paragraph
62-
text: Learn how to download, install, and use the SDK by selecting an arrow link <img src="media/index/link.jpg" height="15" width="15"></img>.<br/><br/>All of the arrow links <img src="media/index/link.jpg" height="15" width="15"></img> default to a speech-to-text quickstart. From there, you can select other quickstarts (<a href="scenario-availability.md">where available</a>) like text-to-speech or voice-first virtual assistant.
65+
text: Learn how to download, install, and use the SDK by selecting an arrow link <img src="media/index/link.jpg" height="15" width="15"></img>.<br/>All of the arrow links <img src="media/index/link.jpg" height="15" width="15"></img> default to a speech-to-text quickstart. From there, you can select other quickstarts (<a href="scenario-availability.md">where available</a>) like text-to-speech or voice-first virtual assistant.
6366
- type: table
6467
style: dataMatrix
6568
columns:

0 commit comments

Comments
 (0)