Skip to main content
Module

x/evt/mod.ts>dom.SpeechSynthesisVoice

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.SpeechSynthesisVoice
import { type dom } from "https://deno.land/x/evt@v2.4.3/mod.ts";
const { SpeechSynthesisVoice } = dom;

This Web Speech API interface represents a voice that the system supports. Every SpeechSynthesisVoice has its own relative speech service including information about language, name and URI.

Properties

readonly
default: boolean
readonly
lang: string
readonly
localService: boolean
readonly
name: string
readonly
voiceURI: string