View Source ExAzureSpeech.SpeechToText.Granularity (ex_azure_speech v0.1.0)

Defines the granularity of the recognition results.

Summary

Types

t()

phoneme: The granularity that returns the phoneme-level recognition results. word: The granularity that returns the word-level recognition results. sentence: The granularity that returns the sentence-level recognition results.

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. sentence: The granularity that returns the sentence-level recognition results.