Click or drag to resize

SpeechRecognitionEventspeaker_labels Property

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`.

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 SpeakerLabelsResult[] speaker_labels { get; set; }

Property Value

Type: SpeakerLabelsResult
See Also