Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- 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.
Instances
PToJSVal SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types pToJSVal :: SpeechSynthesisVoice -> JSVal # | |
PFromJSVal SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> SpeechSynthesisVoice # | |
ToJSVal SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types toJSVal :: SpeechSynthesisVoice -> JSM JSVal # toJSValListOf :: [SpeechSynthesisVoice] -> JSM JSVal # | |
FromJSVal SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe SpeechSynthesisVoice) # fromJSValUnchecked :: JSVal -> JSM SpeechSynthesisVoice # fromJSValListOf :: JSVal -> JSM (Maybe [SpeechSynthesisVoice]) # fromJSValUncheckedListOf :: JSVal -> JSM [SpeechSynthesisVoice] # | |
MakeObject SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types makeObject :: SpeechSynthesisVoice -> JSM Object # | |
IsGObject SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types |