Click or drag to resize

SpeechToTextOnRecognizeSpeaker Delegate

This callback object is used by the RecognizeSpeaker() method.

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void OnRecognizeSpeaker(
	SpeakerRecognitionEvent speakerRecognitionEvent
)

Parameters

speakerRecognitionEvent
Type: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1SpeakerRecognitionEvent
Array of speaker label results.
See Also