Type alias UtterOptions

UtterOptions: Partial<Pick<SpeechSynthesisUtterance, "lang" | "onboundary" | "onend" | "onerror" | "onmark" | "onpause" | "onresume" | "onstart" | "pitch" | "rate" | "text" | "voice" | "volume">>

Generated using TypeDoc