Skip to content

Commit 7ef2792

Browse files
committed
speech updates for supported rest api
1 parent cca72c5 commit 7ef2792

File tree

3 files changed

+10
-4
lines changed
  • articles/ai-services/speech-service/includes/quickstarts

3 files changed

+10
-4
lines changed

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/intro.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ ms.service: azure-ai-speech
44
ms.custom:
55
- build-2024
66
ms.topic: include
7-
ms.date: 08/24/2023
7+
ms.date: 8/5/2025
88
ms.author: eur
99
---
1010

1111
In this quickstart, you create and run an application to recognize and transcribe speech to text in real-time.
1212

13+
> [!TIP]
14+
> For fast transcription of audio files, consider using the [fast transcription API.](/azure/ai-services/speech-service/fast-transcription-create)
15+
1316
To instead transcribe audio files asynchronously, see [What is batch transcription](~/articles/ai-services/speech-service/batch-transcription.md). If you're not sure which speech to text solution is right for you, see [What is speech to text?](~/articles/ai-services/speech-service/speech-to-text.md)

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ In this quickstart, you run an application for speech to text transcription with
1111
The speaker information is included in the result in the speaker ID field. The speaker ID is a generic identifier assigned to each conversation participant by the service during the recognition as different speakers are being identified from the provided audio content.
1212

1313
> [!TIP]
14-
> You can try real-time speech to text in [Speech Studio](https://aka.ms/speechstudio/speechtotexttool) without signing up or writing any code. However, the Speech Studio doesn't yet support diarization.
14+
> For fast transcription of audio files, consider using the [fast transcription API.](/azure/ai-services/speech-service/fast-transcription-create) Fast transcription API supports features such as language identification and diarization.

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/rest.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
author: eric-urban
33
ms.service: azure-ai-speech
44
ms.topic: include
5-
ms.date: 7/16/2025
5+
ms.date: 8/5/2025
66
ms.author: eur
77
---
88

99
[!INCLUDE [Header](../../common/rest.md)]
1010

11-
The REST API doesn't support conversation transcription. Please select another programming language or tool from the top of this page.
11+
The speech to text REST API for short audio doesn't support real-time diarization.
12+
13+
> [!TIP]
14+
> For fast transcription of audio files, consider using the [fast transcription API.](/azure/ai-services/speech-service/fast-transcription-create) Fast transcription API supports features such as language identification and diarization.

0 commit comments

Comments
 (0)