interface dom.SpeechSynthesisEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { SpeechSynthesisEvent } = dom;
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