Variable SpeechSynthesisUtterance
SpeechSynthesisUtterance: {
prototype: SpeechSynthesisUtterance;
new (text?: string): SpeechSynthesisUtterance;
}
prototype: SpeechSynthesisUtterance;
new (text?: string): SpeechSynthesisUtterance;
}
Type declaration
- new (text?: string): SpeechSynthesisUtterance
- Parameters- Optionaltext: string
 - Returns SpeechSynthesisUtterance
 
- prototype: SpeechSynthesisUtterance