Skip to content

Commit 29a1348

Browse files
committed
Corrected the wrongly-labelled method name.
1 parent e3f62ba commit 29a1348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/ServiceExamples/Scripts/ExampleStreaming.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private void OnRecognizeSpeaker(SpeakerRecognitionEvent result, Dictionary<strin
243243
{
244244
foreach (SpeakerLabelsResult labelResult in result.speaker_labels)
245245
{
246-
Log.Debug("ExampleStreaming.OnRecognize()", string.Format("speaker result: {0} | confidence: {3} | from: {1} | to: {2}", labelResult.speaker, labelResult.from, labelResult.to, labelResult.confidence));
246+
Log.Debug("ExampleStreaming.OnRecognizeSpeaker()", string.Format("speaker result: {0} | confidence: {3} | from: {1} | to: {2}", labelResult.speaker, labelResult.from, labelResult.to, labelResult.confidence));
247247
}
248248
}
249249
}

0 commit comments

Comments
 (0)