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

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

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

This Web Speech API export 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