View Source ExAzureSpeech.SpeechToText.Granularity (ex_azure_speech v0.2.2)
Defines the granularity of the recognition results.
Summary
Types
@type t() :: :phoneme | :word | :sentence
phoneme: The granularity that returns the phoneme-level recognition results. word: The granularity that returns the word-level recognition results. fulltext: The granularity that returns the fulltext-level recognition results.