Click or drag to resize

SpeakerRecognitionEvent Class

This data object contains data for the speakerRecognitionEvent if speaker data comes separately from the speechRecognitionEvent.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1SpeakerRecognitionEvent

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 class SpeakerRecognitionEvent

The SpeakerRecognitionEvent type exposes the following members.

Constructors
  NameDescription
Public methodSpeakerRecognitionEvent
Initializes a new instance of the SpeakerRecognitionEvent class
Top
Properties
  NameDescription
Public propertyspeaker_labels
An array that identifies which words were spoken by which speakers in a multi-person exchange. Returned in the response only if `speaker_labels` is `true`.
Top
See Also