Skip to content

Commit d76b0f6

Browse files
authored
Update GetStartedJavaAndroid.md
1 parent ac81df5 commit d76b0f6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
22
title: Get started with the Microsoft Speech Recognition API in Java on Android | Microsoft Docs
3+
titlesuffix: Azure Cognitive Services
34
description: Use the Microsoft Speech API to develop Android applications that convert spoken audio to text.
45
services: cognitive-services
56
author: zhouwangzw
67
manager: wolfma
78
ms.service: cognitive-services
89
ms.component: bing-speech
910
ms.topic: article
10-
ms.date: 09/29/2017
11+
ms.date: 09/18/2018
1112
ms.author: zhouwang
1213
---
13-
# Get started with speech recognition in Java on Android
1414

15-
With the Speech Recognition API, you can develop Android applications that use cloud-based Speech Service to convert spoken audio to text. The API supports real-time streaming, so your application can simultaneously and asynchronously receive partial recognition results at the same time it's sending audio to the service.
15+
# Quickstart: Use the Bing Speech recognition API in Java on Android
16+
17+
With the Bing Speech Recognition API, you can develop Android applications that use the cloud-based Bing Speech Service to convert spoken audio to text. The API supports real-time streaming, so your application can simultaneously and asynchronously receive partial recognition results at the same time it's sending audio to the service.
1618

1719
This article uses a sample application to demonstrate how to use the Speech client library for Android to develop speech-to-text applications in Java for Android devices.
1820

0 commit comments

Comments
 (0)