要通过流API(Performing Streaming Speech Recognition on an Audio Stream)使用Google Cloud Speech API,
我们需要启用/白名单的终结点/端口是什么?
被问到的原因是,我们正在受限的设备上运行它,并且只需要打开所需的出站端点/端口即可。
答案 0 :(得分:2)
您应将*.googleapis.com
和accounts.google.com
列入白名单。这些都使用https协议。
语音的实际端点是https://speech.googleapis.com/v1/speech,但是您还需要访问身份验证端点accounts.google.com
,www.googleapis.com
和oauth2.googleapis.com
。
答案 1 :(得分:0)
我已经将以下网址列入白名单
https://texttospeech.googleapis.com/*
https://speech.googleapis.com/*
https://accounts.google.com/*
https://www.googleapis.com/*
https://oauth2.googleapis.com/*
https://cloud.google.com/*