Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.SpeechSynthesisVoice
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.
Constructors
SpeechSynthesisVoice | |
Fields |
Instances
PToJSVal SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types Methods pToJSVal :: SpeechSynthesisVoice -> JSVal # | |
PFromJSVal SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types Methods pFromJSVal :: JSVal -> SpeechSynthesisVoice # | |
ToJSVal SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types Methods toJSVal :: SpeechSynthesisVoice -> JSM JSVal # toJSValListOf :: [SpeechSynthesisVoice] -> JSM JSVal # | |
FromJSVal SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types Methods 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 Methods makeObject :: SpeechSynthesisVoice -> JSM Object # | |
IsGObject SpeechSynthesisVoice Source # | |
Defined in JSDOM.Types Methods |