voice.stopTTS - GiGAGenie-ServiceSDK/UserGuide GitHub Wiki
gigagenie.voice.stopTTS
API μ€λͺ
- TTS μ€λ¨ API
- TTSμ μμ± μΈμ λͺ¨λλ₯Ό μ€μ§μν΄
API ꡬ쑰
- function stopTTS(options,callback)
options
- null
extra
- null
result_cd
200
: μ€λ¨ μ±κ³΅404
: TTS, μμ±μΈμ μ€ν μ€μ΄ μλ500
: μ€ν μ€λ₯
μ¬μ© μμ
// callback
gigagenie.voice.stopTTS(null, function (result_cd, result_msg, extra) {
if (result_cd === 200) {
//do next action
} else {
//result_cd, result_msg μ€λ₯ μ λ¬
};
});
νμ© μμ λ (GiGA Genie ꡬꡬλ¨)μμ νμΈ κ°λ₯ν©λλ€.