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