Skip to content

Commit df93207

Browse files
committed
update description and rem js sample
1 parent dd77d4f commit df93207

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/cognitive-services/Speech-Service/conversation-transcription.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,10 @@ This is a high-level overview of how Conversation Transcription works.
5353
- **User voice samples** – Conversation Transcription needs user profiles in advance of the conversation for speaker identification. You will need to collect audio recordings from each user, then send the recordings to the [Signature Generation Service](https://aka.ms/cts/signaturegenservice) to validate the audio and generate user profiles.
5454

5555
> [!NOTE]
56-
> User voice samples are required for speaker identification. Speakers who do not have voice samples will be recognized as "Unidentified". Unidentified speakers can still be differentiated when the `DifferentiateGuestSpeakers` property is enabled (see example below). The transcription output will then show speakers as "Guest_0", "Guest_1", etc. instead of recognizing as pre-enrolled specific speaker names.
56+
> User voice samples for voice signatures are required for speaker identification. Speakers who do not have voice samples will be recognized as "Unidentified". Unidentified speakers can still be differentiated when the `DifferentiateGuestSpeakers` property is enabled (see example below). The transcription output will then show speakers as "Guest_0", "Guest_1", etc. instead of recognizing as pre-enrolled specific speaker names.
5757
> ```csharp
5858
> config.SetProperty("DifferentiateGuestSpeakers", "true");
5959
> ```
60-
> ```javascript
61-
> speechTranslationConfig.setProperty("DifferentiateGuestSpeakers", "true");
62-
> ```
6360
6461
6562
## Real-time vs. asynchronous

0 commit comments

Comments
 (0)