Click or drag to resize

SpeechToTextOnRecognizeSpeaker Delegate

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) 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
See Also