Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>SpeechSynthesisEvent

Advanced Web Composition for Future
Latest
interface SpeechSynthesisEvent
implements Event
import { type SpeechSynthesisEvent } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

This Web Speech API export interface contains information about the current state of SpeechSynthesisUtterance objects that have been processed in the speech service.

Properties

readonly
charIndex: number
readonly
charLength: number
readonly
elapsedTime: number
readonly
name: string
readonly
utterance: SpeechSynthesisUtterance