IBM Speech to Text v0.3.0 IBMSpeechToText.SpeakerLabelsResult View Source

Speaker labels obtained via IBMSpeechToText.Response.

Elixir representation of SpeakerLabelsResult described here in "Response" part

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %IBMSpeechToText.SpeakerLabelsResult{
  confidence: float(),
  final: boolean(),
  from: float(),
  speaker: integer(),
  to: float()
}