Skip to main content
Module

x/evt/lib/types/lib.dom.ts>SpeechSynthesisVoice

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

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