All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.speech.SpeechSynthesisErrorCode.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package web.speech

// language=JavaScript
@JsName("""(/*union*/{audioBusy: 'audio-busy', audioHardware: 'audio-hardware', canceled: 'canceled', interrupted: 'interrupted', invalidArgument: 'invalid-argument', languageUnavailable: 'language-unavailable', network: 'network', notAllowed: 'not-allowed', synthesisFailed: 'synthesis-failed', synthesisUnavailable: 'synthesis-unavailable', textTooLong: 'text-too-long', voiceUnavailable: 'voice-unavailable'}/*union*/)""")
external enum class SpeechSynthesisErrorCode {
    audioBusy,
    audioHardware,
    canceled,
    interrupted,
    invalidArgument,
    languageUnavailable,
    network,
    notAllowed,
    synthesisFailed,
    synthesisUnavailable,
    textTooLong,
    voiceUnavailable,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy