Skip to content

Commit 738c473

Browse files
authored
Merge pull request #98235 from IEvangelist/sdkLinks
[CogSvcs] created an include, to provide ref docs with correct links
2 parents 62840ec + 2a98290 commit 738c473

File tree

7 files changed

+158
-89
lines changed

7 files changed

+158
-89
lines changed

articles/cognitive-services/Speech-Service/devices-sdk-release-notes.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ The following sections list changes in the most recent releases.
1919

2020
## Speech Devices SDK 1.7.0:
2121

22-
* Linux ARM is now supported.
23-
* Initial binaries for Roobov2 are provided (Linux ARM64).
24-
* Windows users can use AudioConfig.fromDefaultMicrophoneInput() or AudioConfig.fromMicrophoneInput(deviceName) to specify the microphone to be used.
25-
* The library size has been optimized.
26-
* Support for multi-turn recognition using the same speech/intent recognizer object.
27-
* Fix occasional hang that would occur while stopping recognition.
28-
* Sample apps now contain a sample participants.properties file to demonstrate the format of the file.
29-
* Updated the [Speech SDK](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference) component to version 1.7.0. For more information, see its [release notes](https://aka.ms/csspeech/whatsnew).
22+
- Linux ARM is now supported.
23+
- Initial binaries for Roobo v2 are provided (Linux ARM64).
24+
- Windows users can use `AudioConfig.fromDefaultMicrophoneInput()` or `AudioConfig.fromMicrophoneInput(deviceName)` to specify the microphone to be used.
25+
- The library size has been optimized.
26+
- Support for multi-turn recognition using the same speech/intent recognizer object.
27+
- Fix occasional hang that would occur while stopping recognition.
28+
- Sample apps now contain a sample participants.properties file to demonstrate the format of the file.
29+
- Updated the [Speech SDK](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference) component to version 1.7.0. For more information, see its [release notes](https://aka.ms/csspeech/whatsnew).
3030

3131
## Speech Devices SDK 1.6.0:
3232

@@ -64,8 +64,8 @@ The following sections list changes in the most recent releases.
6464

6565
- [Installing a keyword](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk-create-kws) has been simplified, it is now part of the app and does not need separate installation on the device.
6666
- The keyword recognition has changed, and two events are supported.
67-
- RecognizingKeyword, indicates the speech result contains (unverified) keyword text.
68-
- RecognizedKeyword, indicates that keyword recognition completed recognizing the given keyword.
67+
- `RecognizingKeyword,` indicates the speech result contains (unverified) keyword text.
68+
- `RecognizedKeyword`, indicates that keyword recognition completed recognizing the given keyword.
6969

7070
## Speech Devices SDK 1.1.0: 2018-Nov release
7171

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Speech service
3+
titleSuffix: Azure Cognitive Services
4+
services: cognitive-services
5+
author: IEvangelist
6+
manager: nitinme
7+
ms.service: cognitive-services
8+
ms.subservice: speech-service
9+
ms.topic: include
10+
ms.date: 12/06/2019
11+
ms.author: dapine
12+
---
13+
14+
## Reference docs
15+
16+
The Speech service provides two SDKs. The first SDK is the primary [Speech SDK](../speech-sdk.md) and provides most of the functionalities needed to interact with the Speech service. The second SDK is specific to devices, appropriately named the [Speech Devices SDK](../speech-devices-sdk.md). Both SDKs are available in many languages.
17+
18+
### Speech SDK reference docs
19+
20+
Use the following list to find the appropriate Speech SDK reference docs:
21+
22+
- <a href="https://aka.ms/csspeech/csharpref" target="_blank" rel="noopener">C# SDK <span class="docon docon-navigate-external x-hidden-focus"></span></a>
23+
- <a href="https://aka.ms/csspeech/cppref" target="_blank" rel="noopener">C++ SDK <span class="docon docon-navigate-external x-hidden-focus"></span></a>
24+
- <a href="https://aka.ms/csspeech/javaref" target="_blank" rel="noopener">Java SDK <span class="docon docon-navigate-external x-hidden-focus"></span></a>
25+
- <a href="https://aka.ms/csspeech/pythonref" target="_blank" rel="noopener">Python SDK<span class="docon docon-navigate-external x-hidden-focus"></span></a>
26+
- <a href="https://aka.ms/csspeech/javascriptref" target="_blank" rel="noopener">JavaScript SDK<span class="docon docon-navigate-external x-hidden-focus"></span></a>
27+
- <a href="https://aka.ms/csspeech/objectivecref" target="_blank" rel="noopener">Objective-C SDK <span class="docon docon-navigate-external x-hidden-focus"></span></a>
28+
29+
> [!TIP]
30+
> The Speech service SDK is actively maintained and updated. To track changes, updates and feature additions refer to the [Speech SDK release notes](../releasenotes.md).
31+
32+
### Speech Devices SDK reference docs
33+
34+
The [Speech Devices SDK](../speech-devices-sdk.md) is a superset of the Speech SDK, with extended functionality for specific devices. To download the Speech Devices SDK, you must first [choose a development kit](../get-speech-devices-sdk.md#choose-a-development-kit).
35+
36+
### REST API references
37+
38+
For references of various Speech service REST APIs, refer to the listing below:
39+
40+
- [REST API: Speech-to-text](../rest-speech-to-text.md)
41+
- [REST API: Text-to-speech](../rest-text-to-speech.md)
42+
- <a href="https://cris.ai/swagger/ui/index" target="_blank" rel="noopener">REST API: Batch transcription and customization <span class="docon docon-navigate-external x-hidden-focus"></span></a>

0 commit comments

Comments
 (0)