Interface SpeechSynthesisVoice Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22807 Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22820 PropertiesReadonly
default default : boolean
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22809 Readonly
lang lang : string
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22811 Readonly
local Service local Service : boolean
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22813 Readonly
name name : string
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22815 Readonly
voiceURI voiceURI : string
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22817
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.
MDN Reference