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

Recognition alternative obtained via IBMSpeechToText.RecognitionResult.

Elixir representation of SpeechRecognitionAlternative described here in "Response" part

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %IBMSpeechToText.RecognitionAlternative{
  confidence: float(),
  timestamps: [{String.t(), float(), float()}] | nil,
  transcript: String.t(),
  word_confidence: [{String.t(), float()}] | nil
}