Skip to content

Commit 17aa8a7

Browse files
authored
Merge pull request #52972 from nitinme/nitinme-cogserv-speech-updates
[CogSvcs] - Fixing merge conflict for shiproom
2 parents ae223cd + dedcf56 commit 17aa8a7

File tree

7 files changed

+319
-45
lines changed

7 files changed

+319
-45
lines changed

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

Lines changed: 72 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,57 @@
11
### YamlMime:YamlDocument
22
documentType: LandingData
3-
title: Speech Service and SDK (Preview)
3+
title: Speech Service SDK Documentation
44
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
66
meta.description: |
77
The Speech Service provides developers an easy way to add powerful speech-enabled features to their applications.
88
Examples include: voice command control & dialog, natural speech conversation, speech transcription & dictation, and speech translation.
99
services: cognitive-services
10-
author: noellelacharite
11-
manager: nolachar
10+
author: nitinme
11+
manager: cgronlun
1212
layout: LandingPage
1313
ms.service: cognitive-services
1414
ms.component: speech-service
1515
ms.tgt_pltfrm: na
1616
ms.devlang: na
1717
ms.topic: landing-page
18-
ms.date: 07/16/2018
19-
ms.author: nolachar
18+
ms.date: 09/24/2018
19+
ms.author: nitinme
2020

2121
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&#58; <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
2632
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
2855
items:
2956
- type: paragraph
3057
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:
138165
- href: quickstart-js-browser
139166
- href: rest-apis
140167
- 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
143188
items:
144189
- type: list
145190
style: cards
146191
className: cardsD
147192
items:
148-
- title: Samples
193+
- title: SDK Reference
149194
html: |
150-
&nbsp;&#8226; <a href="speech-to-text-sample.md">Speech-to-text (SR)</a><br/>
151-
&nbsp;&#8226; <a href="intent.md">Intent Recognition</a><br/>
152-
&nbsp;&#8226; <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
154201
html: |
155-
&nbsp;&#8226; <a href="https://aka.ms/csspeech/csharpref">C# API (UWP and .NET)</a><br/>
156-
&nbsp;&#8226; <a href="https://aka.ms/csspeech/cppref">C++ API</a><br/>
157-
&nbsp;&#8226; <a href="https://aka.ms/csspeech/javaref">Java API</a></br>
158-
&nbsp;&#8226; <a href="https://aka.ms/csspeech/objectivecref">Objective-C API</a></br>
159-
&nbsp;&#8226; <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
161204
html: |
162-
&nbsp;&#8226; <a href="faq-stt">Speech-to-text</a><br/>
163-
&nbsp;&#8226; <a href="faq-text-to-speech">Text-to-speech</a><br/>
164-
&nbsp;&#8226; <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-
&nbsp;&#8226; <a href="how-to-customize-speech-models">Customized speech-to-text</a><br/>
174-
&nbsp;&#8226; <a href="https://www.microsoft.com/translator/customization.aspx">Customized speech-translation</a><br/>
175-
&nbsp;&#8226; <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+
Lines changed: 56 additions & 0 deletions
Loading
Lines changed: 66 additions & 0 deletions
Loading
Lines changed: 47 additions & 0 deletions
Loading
Lines changed: 44 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)