Skip to content

Commit 47d138a

Browse files
authored
Update overview.md
1 parent 5cfeac2 commit 47d138a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ These features make up the Speech service. Use the links in this table to learn
2323

2424
| Service | Feature | Description | SDK | REST |
2525
|---------|---------|-------------|-----|------|
26-
| [Realtime Speech-to-Text](speech-to-text.md) | Speech-to-text | Speech-to-text transcribes or translates audio streams or local files to text in realtime that your applications, tools, or devices can consume or display. Use speech-to-text with [Language Understanding (LUIS)](https://docs.microsoft.com/azure/cognitive-services/luis/) to derive user intents from transcribed speech and act on voice commands. | [Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference) | [Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-apis) |
27-
| | [Batch Speech-to-Text](batch-transcription.md) | Batch Speech-to-text enables asynchronous speech-to-text transcription of large volumes of speech audio data in files where the files are stored in Azure Blob Storage. In addition to the converting speech audio to text, Batch Speech-to-text also allows for diarization and sentiment-analysis. This is a REST-based service. | No | [Yes](https://westus.cris.ai/swagger/ui/index) |
26+
| [Speech-to-Text](speech-to-text.md) | Realtime Speech-to-text | Speech-to-text transcribes or translates audio streams or local files to text in realtime that your applications, tools, or devices can consume or display. Use speech-to-text with [Language Understanding (LUIS)](https://docs.microsoft.com/azure/cognitive-services/luis/) to derive user intents from transcribed speech and act on voice commands. | [Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference) | [Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-apis) |
27+
| | [Batch Speech-to-Text](batch-transcription.md) | Batch Speech-to-text enables asynchronous speech-to-text transcription of large volumes of speech audio data stored in Azure Blob Storage. In addition to converting speech audio to text, Batch Speech-to-text also allows for diarization and sentiment-analysis. This is a REST-based service. | No | [Yes](https://westus.cris.ai/swagger/ui/index) |
2828
| | [Multi-device Conversation](multi-device-conversation.md) | Connect multiple devices or clients in a conversation to send speech- or text-based messages, with easy support for transcription and translation| Yes | No |
2929
| | [Conversation Transcription](conversation-transcription-service.md) | Enables real-time speech recognition, speaker identification, and diarization. It's perfect for transcribing in-person meetings with the ability to distinguish speakers. | Yes | No |
3030
| | [Create Custom Speech Models](#customize-your-speech-experience) | If you are using speech-to-text for recognition and transcription in a unique environment, you can create and train custom acoustic, language, and pronunciation models to address ambient noise or industry-specific vocabulary. | No | [Yes](https://westus.cris.ai/swagger/ui/index) |

0 commit comments

Comments
 (0)