[JS30] -23) Speech Synthesis
1441 ワード
SpeechSynthesisUtterance
const msg = new SpeechSynthesisUtterance();
SpeechSynthesisUtterance.text
msg.text = "Hello";
speechSynthesis.getVoices
speechSynthesis.getVoices();
Reference
Reference
この問題について([JS30] -23) Speech Synthesis), 我々は、より多くの情報をここで見つけました https://velog.io/@gygy/JS30-23-Speech-Synthesisテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol