|
1 | 1 | ### YamlMime:YamlDocument
|
2 | 2 | documentType: LandingData
|
3 |
| -title: Speech Service and SDK (Preview) |
| 3 | +title: Speech Service SDK Documentation |
4 | 4 | metadata:
|
5 |
| - title: Speech Service Documentation - Tutorials, Quickstarts, API Reference - Cognitive Services | Microsoft Docs |
| 5 | + title: Speech Service SDK Documentation - Tutorials, Quickstarts, API Reference - Cognitive Services | Microsoft Docs |
6 | 6 | meta.description: |
|
7 | 7 | The Speech Service provides developers an easy way to add powerful speech-enabled features to their applications.
|
8 | 8 | Examples include: voice command control & dialog, natural speech conversation, speech transcription & dictation, and speech translation.
|
9 | 9 | services: cognitive-services
|
10 |
| - author: noellelacharite |
11 |
| - manager: nolachar |
| 10 | + author: nitinme |
| 11 | + manager: cgronlun |
12 | 12 | layout: LandingPage
|
13 | 13 | ms.service: cognitive-services
|
14 | 14 | ms.component: speech-service
|
15 | 15 | ms.tgt_pltfrm: na
|
16 | 16 | ms.devlang: na
|
17 | 17 | ms.topic: landing-page
|
18 |
| - ms.date: 07/16/2018 |
19 |
| - ms.author: nolachar |
| 18 | + ms.date: 09/24/2018 |
| 19 | + ms.author: nitinme |
20 | 20 |
|
21 | 21 | abstract:
|
22 |
| - description: | |
23 |
| - Via our Speech SDK, the <a href="overview">Speech Service</a> helps developers add speech-enabled features to their apps. |
24 |
| - Features include: <i>speech-to-text</i> (speech recognition/SR), <i>intent</i>, <i>translation</i>, and <i>text-to-speech</i> (TTS). |
25 |
| -
|
| 22 | + description: Learn how to use the Speech Service and the Speech SDK to add speech-enabled features to your apps. You can use the Speech SDK to add <i>speech-to-text</i> (speech recognition/SR), <i>intent</i>, <i>translation</i>, and <i>text-to-speech</i> (TTS) capabilities to your apps. The Speech Service also has a REST API that works with any programming language that can make HTTP requests. |
| 23 | + aside: |
| 24 | + image: |
| 25 | + alt: |
| 26 | + height: 110 |
| 27 | + src: ../media/index/speech-landing-page-video.png |
| 28 | + width: 250 |
| 29 | + title: Speech Service overview (10:34) |
| 30 | + href: https://azure.microsoft.com/resources/videos/connect-2017-microsoft-cognitive-services-overview-of-advanced-speech-capabilities/ |
| 31 | + width: 250 |
26 | 32 | sections:
|
27 |
| -- title: 5-minute SDK download and quickstart |
| 33 | +- items: |
| 34 | + - type: list |
| 35 | + style: cards |
| 36 | + className: cardsM |
| 37 | + columns: 3 |
| 38 | + items: |
| 39 | + - href: /azure/cognitive-services/speech-service/overview |
| 40 | + html: <p>Learn about Azure Speech Service.</p> |
| 41 | + image: |
| 42 | + src: ../media/index/i_overview.svg |
| 43 | + title: What is Speech Service? |
| 44 | + - href: /azure/cognitive-services/speech-service/get-started |
| 45 | + html: <p>Learn how to sign up for the Speech service for free.</p> |
| 46 | + image: |
| 47 | + src: ../media/index/i_get-started.svg |
| 48 | + title: Sign up for Speech Service |
| 49 | + - href: /azure/cognitive-services/speech-service/speech-devices-sdk |
| 50 | + html: <p>Learn about the speech-enabled hardware reference.</p> |
| 51 | + image: |
| 52 | + src: ../media/index/i_guidelines.svg |
| 53 | + title: Speech Devices SDK |
| 54 | +- title: 5-Minute Quickstarts |
28 | 55 | items:
|
29 | 56 | - type: paragraph
|
30 | 57 | text: Learn how to download, install, and use by clicking on the desired arrow link <img src="media/index/link.jpg" height="15" width="15"></img> below.
|
@@ -138,45 +165,45 @@ sections:
|
138 | 165 | - href: quickstart-js-browser
|
139 | 166 | - href: rest-apis
|
140 | 167 | - href: rest-apis
|
141 |
| - |
142 |
| -- title: Speech SDK samples and reference |
| 168 | +- title: Step-by-Step Tutorials |
| 169 | + items: |
| 170 | + - type: paragraph |
| 171 | + text: 'Learn how to develop applications using Speech Service:' |
| 172 | + - type: list |
| 173 | + style: unordered |
| 174 | + items: |
| 175 | + - html: <a href="speech-to-text-sample.md">Speech-to-text (SR)</a><br/> |
| 176 | + - html: <a href="intent.md">Intent Recognition</a><br/> |
| 177 | + - html: <a href="translation.md">Translation</a> |
| 178 | +- title: Samples |
| 179 | + items: |
| 180 | + - type: paragraph |
| 181 | + text: 'Find samples on Github for Speech Service:' |
| 182 | + - type: list |
| 183 | + style: unordered |
| 184 | + items: |
| 185 | + - html: <a href="https://github.com/Azure-Samples/cognitive-services-speech-sdk">Service SDK Samples</a><br/> |
| 186 | + - html: <a href="https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK">Device SDK Samples</a><br/> |
| 187 | +- title: Reference |
143 | 188 | items:
|
144 | 189 | - type: list
|
145 | 190 | style: cards
|
146 | 191 | className: cardsD
|
147 | 192 | items:
|
148 |
| - - title: Samples |
| 193 | + - title: SDK Reference |
149 | 194 | html: |
|
150 |
| - • <a href="speech-to-text-sample.md">Speech-to-text (SR)</a><br/> |
151 |
| - • <a href="intent.md">Intent Recognition</a><br/> |
152 |
| - • <a href="translation.md">Translation</a> |
153 |
| - - title: API Reference |
| 195 | + <p><a href="https://aka.ms/csspeech/csharpref">C# API (UWP and .NET)</a></p> |
| 196 | + <p><a href="https://aka.ms/csspeech/cppref">C++ API</a></p> |
| 197 | + <p><a href="https://aka.ms/csspeech/javaref">Java API</a></p> |
| 198 | + <p><a href="https://aka.ms/csspeech/objectivecref">Objective-C API</a></p> |
| 199 | + <p><a href="https://aka.ms/csspeech/javascript">JavaScript API</a></p> |
| 200 | + - title: REST API |
154 | 201 | html: |
|
155 |
| - • <a href="https://aka.ms/csspeech/csharpref">C# API (UWP and .NET)</a><br/> |
156 |
| - • <a href="https://aka.ms/csspeech/cppref">C++ API</a><br/> |
157 |
| - • <a href="https://aka.ms/csspeech/javaref">Java API</a></br> |
158 |
| - • <a href="https://aka.ms/csspeech/objectivecref">Objective-C API</a></br> |
159 |
| - • <a href="https://aka.ms/csspeech/javascriptref">JavaScript API</a> |
160 |
| - - title: FAQs |
| 202 | + <p><a href="https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-apis">REST API</a></p> |
| 203 | + - title: PowerShell |
161 | 204 | html: |
|
162 |
| - • <a href="faq-stt">Speech-to-text</a><br/> |
163 |
| - • <a href="faq-text-to-speech">Text-to-speech</a><br/> |
164 |
| - • <a href="https://www.microsoft.com/translator/faq.aspx">Translation</a> |
165 |
| - - type: paragraph |
166 |
| - text: Use the samples and API above with your subscription key (see <a href="get-started.md">Try the speech service for free</a>). |
167 |
| - |
168 |
| -- title: Customizing speech with your own data |
169 |
| - items: |
170 |
| - - type: paragraph |
171 |
| - text: | |
172 |
| - Our Speech Service also lets you customize models to accommodate specialized vocabulary, noisy environments, and different ways of speaking.<br/> |
173 |
| - • <a href="how-to-customize-speech-models">Customized speech-to-text</a><br/> |
174 |
| - • <a href="https://www.microsoft.com/translator/customization.aspx">Customized speech-translation</a><br/> |
175 |
| - • <a href="https://cris.ai/Home/customvoice">Customized text-to-speech</a> |
176 |
| -- title: Speech enabled HW reference design |
177 |
| - items: |
178 |
| - - type: paragraph |
179 |
| - text: | |
180 |
| - For those wishing to build new speech-enabled device HW, see our reference device at |
181 |
| - <a href='https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk'>Speech Devices SDK</a>. |
182 |
| -
|
| 205 | + <p><a href=https://docs.microsoft.com/powershell/module/azurerm.cognitiveservices/?view=azurermps-4.4.1#cognitive_services">Azure PowerShell</a></p> |
| 206 | + - title: CLI |
| 207 | + html: | |
| 208 | + <p><a href="https://docs.microsoft.com/cli/azure/cognitiveservices?view=azure-cli-latest#az_cognitiveservices_list">Azure CLI</a></p> |
| 209 | + |
0 commit comments