IBM Speech to Text v0.1.1 IBMSpeechToText.RecognitionResult View Source

Recognition result obtained via IBMSpeechToText.Response.

Elixir representation of SpeechRecognitionResult described here in "Response" part

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %IBMSpeechToText.RecognitionResult{
  alternatives: [IBMSpeechToText.RecognitionAlternative.t()],
  final: boolean(),
  keywords_result: %{required(String.t()) => map()},
  word_alternatives: [map()]
}