我尝试使用Google speech to text API将音频文件(WAV格式)转换为文本,并对响应时间进行了查询。下面是代码和响应持续时间。 音频文件大小约为30kb,长度为3秒。语音转文本服务大约花了1.7秒来转录,我认为这太高了,应该在毫秒内。这是正常的还是我遗漏了一些配置? 感谢您的建议。 const speech = require('@google-cloud/speech');const client = new speech.SpeechClie
我的防火墙身份验证过程太慢了?完全创建一个用户帐户和重定向大约需要五分钟!如何加快速度?auth.createUserWithEmailAndPassword(email, pswd) if (task.isSuccessful) {
// Sign in success, update UI with the signed-in user's inf