interface SpeechSynthesisEvent
implements Event
import { type SpeechSynthesisEvent } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts";
This Web Speech API interface contains information about the current state of SpeechSynthesisUtterance objects that have been processed in the speech service.
Properties
readonly
utterance: SpeechSynthesisUtterance