Safe Haskell | None |
---|---|
Language | Haskell2010 |
- getVoiceURI :: (MonadDOM m, FromJSString result) => SpeechSynthesisVoice -> m result
- getName :: (MonadDOM m, FromJSString result) => SpeechSynthesisVoice -> m result
- getLang :: (MonadDOM m, FromJSString result) => SpeechSynthesisVoice -> m result
- getLocalService :: MonadDOM m => SpeechSynthesisVoice -> m Bool
- getDefault :: MonadDOM m => SpeechSynthesisVoice -> m Bool
- newtype SpeechSynthesisVoice = SpeechSynthesisVoice {}
- gTypeSpeechSynthesisVoice :: JSM GType
Documentation
getVoiceURI :: (MonadDOM m, FromJSString result) => SpeechSynthesisVoice -> m result Source #
getName :: (MonadDOM m, FromJSString result) => SpeechSynthesisVoice -> m result Source #
getLang :: (MonadDOM m, FromJSString result) => SpeechSynthesisVoice -> m result Source #
getLocalService :: MonadDOM m => SpeechSynthesisVoice -> m Bool Source #
getDefault :: MonadDOM m => SpeechSynthesisVoice -> m Bool Source #
newtype SpeechSynthesisVoice Source #
Functions for this inteface are in JSDOM.SpeechSynthesisVoice.