Skip to content

Commit bf3bd63

Browse files
authored
Merge pull request #49623 from WSturman/patch-12
Update GetStartedClientLibraries.md
2 parents 26ae78a + 95dca5c commit bf3bd63

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/cognitive-services/Speech/GetStarted/GetStartedClientLibraries.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Get started with the Microsoft Speech Recognition API by using client libraries | Microsoft Docs
2+
title: Get started with the Microsoft Speech Recognition API by using Bing Speech client libraries | Microsoft Docs
33
description: Use the Microsoft Speech Service client libraries in Microsoft Cognitive Services to develop applications that convert spoken audio to text.
44
services: cognitive-services
55
author: zhouwangzw
@@ -10,22 +10,25 @@ ms.topic: article
1010
ms.date: 09/15/2017
1111
ms.author: zhouwang
1212
---
13-
# Get started with Speech Service client libraries
13+
# Get started with Bing Speech Service client libraries
1414

15-
Besides making direct HTTP requests via a REST API, Speech Service provides developers with Speech client libraries in different languages. The Speech client libraries:
15+
Besides making direct HTTP requests via a REST API, Bing Speech Service provides developers with Speech client libraries in different languages. The Speech client libraries:
1616

1717
- Support more advanced capabilities in speech recognition, such as intermediate results in real time, long audio stream (up to 10 minutes), and continuous recognition.
1818
- Provide a simple and idiomatic API in the language of your preference.
1919
- Hide low-level communication details.
2020

21-
Currently, the following Speech client libraries are available:
21+
Currently, the following Bing Speech client libraries are available:
2222

2323
- [C# desktop library](GetStartedCSharpDesktop.md)
2424
- [C# service library](GetStartedCSharpServiceLibrary.md)
2525
- [JavaScript library](GetStartedJSWebsockets.md)
2626
- [Java library for Android](GetStartedJavaAndroid.md)
2727
- [Objective-C library for iOS](Get-Started-ObjectiveC-iOS.md)
2828

29+
> [!NOTE]
30+
In May 2018, we also released the new [Speech Service](/speech-service/overview.md) in public preview. We encourage you to [try it out for free](/speech-service/get-started.md).
31+
2932
## Additional resources
3033

3134
- The [samples](../samples.md) page provides complete samples to use Speech client libraries.

0 commit comments

Comments
 (0)