UNPKG

@ng-web-apis/speech

Version:
8 lines (7 loc) 218 B
export interface SpeechSynthesisUtteranceOptions { readonly lang?: string; readonly pitch?: number; readonly rate?: number; readonly voice?: SpeechSynthesisVoice | null; readonly volume?: number; }