You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech/GetStarted/GetStartedClientLibraries.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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
3
3
description: Use the Microsoft Speech Service client libraries in Microsoft Cognitive Services to develop applications that convert spoken audio to text.
4
4
services: cognitive-services
5
5
author: zhouwangzw
@@ -10,22 +10,25 @@ ms.topic: article
10
10
ms.date: 09/15/2017
11
11
ms.author: zhouwang
12
12
---
13
-
# Get started with Speech Service client libraries
13
+
# Get started with Bing Speech Service client libraries
14
14
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:
16
16
17
17
- Support more advanced capabilities in speech recognition, such as intermediate results in real time, long audio stream (up to 10 minutes), and continuous recognition.
18
18
- Provide a simple and idiomatic API in the language of your preference.
19
19
- Hide low-level communication details.
20
20
21
-
Currently, the following Speech client libraries are available:
21
+
Currently, the following Bing Speech client libraries are available:
22
22
23
23
-[C# desktop library](GetStartedCSharpDesktop.md)
24
24
-[C# service library](GetStartedCSharpServiceLibrary.md)
25
25
-[JavaScript library](GetStartedJSWebsockets.md)
26
26
-[Java library for Android](GetStartedJavaAndroid.md)
27
27
-[Objective-C library for iOS](Get-Started-ObjectiveC-iOS.md)
28
28
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
+
29
32
## Additional resources
30
33
31
34
- The [samples](../samples.md) page provides complete samples to use Speech client libraries.
0 commit comments