recognizingSupported
验证浏览器是否支持 WebkitSpeechRecognition API。
if(artyom.recognizingSupported()){
// Artyom can process commands
}else{
// This browser doesn't support webkitSpeechRecognition
}Last updated
Was this helpful?
验证浏览器是否支持 WebkitSpeechRecognition API。
if(artyom.recognizingSupported()){
// Artyom can process commands
}else{
// This browser doesn't support webkitSpeechRecognition
}Last updated
Was this helpful?
Was this helpful?