Skip to content

Commit a0e8fd6

Browse files
committed
refresh conversation transcription
1 parent 7fc783d commit a0e8fd6

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

articles/ai-services/speech-service/get-started-stt-diarization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 05/08/2023
11+
ms.date: 7/27/2023
1212
ms.author: eur
1313
zone_pivot_groups: programming-languages-set-twenty-two
1414
keywords: speech to text, speech to text software

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: eric-urban
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 02/12/2022
5+
ms.date: 7/27/2023
66
ms.author: eur
77
---
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: eric-urban
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 05/08/2023
5+
ms.date: 7/27/2023
66
ms.author: eur
77
---
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: eric-urban
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 05/08/2023
5+
ms.date: 7/27/2023
66
ms.author: eur
77
---
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: eric-urban
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 03/15/2022
5+
ms.date: 7/27/2023
66
ms.author: eur
77
---
88

articles/ai-services/speech-service/includes/release-notes/release-notes-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
author: eric-urban
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 11/01/2022
5+
ms.date: 7/27/2023
66
ms.author: eur
77
---
88

99
### Speech SDK 1.31.0: August 2023 release
1010

1111
#### Real-time diarization and conversation transcription
1212

13-
Support for [real-time diarization](../../get-started-stt-diarization.md) is available in public preview with the Speech SDK 1.31.0. This feature is available in the following SDKs: C#, C++, Java, Python, Objective-C, and Swift.
13+
Support for [real-time diarization](../../get-started-stt-diarization.md) is available in public preview with the Speech SDK 1.31.0. This feature is available in the following SDKs: C#, C++, Java, JavaScript, and Python.
1414

1515
The following changes related to real-time diarization, conversation transcription, and meeting transcription were released in parallel:
1616
- For real-time diarization, a new `ConversationTranscriber` object is introduced. The new "conversation transcription" object model and call patterns are similar to continuous recognition with the `SpeechRecognizer` object. A key difference is that the `ConversationTranscriber` object is designed to be used in a conversation scenario where you want to identify multiple speakers (diarization). User profiles and voice signatures aren't applicable. See the [real-time diarization quickstart](../../get-started-stt-diarization.md) for more information.

articles/ai-services/speech-service/releasenotes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: What's new - Speech service
33
titleSuffix: Azure AI services
4-
description: Find out about new releases and features for the Azure AI service for Speech.
4+
description: Find out about new releases and features for Azure AI Speech.
55
services: cognitive-services
66
manager: nitinme
77
author: eric-urban
88
ms.author: eur
99
ms.service: cognitive-services
1010
ms.subservice: speech-service
1111
ms.topic: release-notes
12-
ms.date: 03/16/2023
12+
ms.date: 7/27/2023
1313
ms.custom: ignite-fall-2021, references_regions
1414
---
1515

@@ -19,7 +19,7 @@ Azure AI Speech is updated on an ongoing basis. To stay up-to-date with recent d
1919

2020
## Recent highlights
2121

22-
* Speech SDK 1.30.0 was released in July 2023.
22+
* Speech SDK 1.31.0 was released in August 2023.
2323
* Speech to text and text to speech container versions were updated in March 2023.
2424
* Some Speech Studio [scenarios](speech-studio-overview.md#speech-studio-scenarios) are available to try without an Azure subscription.
2525
* Custom Speech to text container disconnected mode was released in January 2023.

0 commit comments

Comments
 (0)