You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/how-to/conversation-transcription/real-time-csharp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ This sample code does the following:
107
107
* Creates a `ConversationTranscriber` using the constructor, and subscribes to the necessary events.
108
108
* Adds participants to the conversation. The strings `voiceSignatureStringUser1` and `voiceSignatureStringUser2` should come as output from the steps above from the function `GetVoiceSignatureString()`.
109
109
* Joins the conversation and begins transcription.
110
-
* If you want to differentiate speakers but no voice samples input, please enables`DifferentiateGuestSpeakers` feature as in [Conversation Transcription Overview](../../../conversation-transcription.md).
110
+
* If you want to differentiate speakers without providing voice samples, please enable`DifferentiateGuestSpeakers` feature as in [Conversation Transcription Overview](../../../conversation-transcription.md).
111
111
112
112
> [!NOTE]
113
113
> `AudioStreamReader` is a helper class you can get on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/quickstart/csharp/dotnet/conversation-transcription/helloworld/AudioStreamReader.cs).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/how-to/conversation-transcription/real-time-javascript.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ This sample code does the following:
72
72
* Creates a `ConversationTranscriber` using the constructor.
73
73
* Adds participants to the conversation. The strings `voiceSignatureStringUser1` and `voiceSignatureStringUser2` should come as output from the steps above.
74
74
* Registers to events and begins transcription.
75
-
* If you want to differentiate speakers but no voice samples input, please enables`DifferentiateGuestSpeakers` feature as in [Conversation Transcription Overview](../../../conversation-transcription.md).
75
+
* If you want to differentiate speakers without providing voice samples, please enable`DifferentiateGuestSpeakers` feature as in [Conversation Transcription Overview](../../../conversation-transcription.md).
0 commit comments