- Voice User Interface Projects
- Henry Lee
- 157字
- 2021-07-23 17:17:15
Response time
When designing VUIs, the response time is a very important factor. A slow response time can jeopardize the user experience and the quality of the application. Note that here is a set limitation for Alexa and Google on how long the response time should be. For Alexa, the response must be received within 8 seconds, and for Google, the response must be received within 5 seconds. If the response from the backend server does not arrive within the given limit, Alexa and Google will send an exception back to the server. Consider factors that can affect responding to the user's intent, as follows:
- Slow internet speed, which can cause delays for the users in terms of sending their verbal intent and receiving the response from the server
- Slow backend server and database can cause slow latency issues when sending the instruction back to the application which in turn delays the responds sent to the users
推薦閱讀
- Modular Programming with Python
- Linux環境編程:從應用到內核
- 利用Python進行數據分析(原書第3版)
- Windows內核編程
- C#程序設計教程(第3版)
- Hands-On GUI Programming with C++ and Qt5
- Visual FoxPro 6.0程序設計
- 零基礎學HTML+CSS第2版
- Mastering Gephi Network Visualization
- Android移動應用開發項目教程
- 數據分析與挖掘算法:Python實戰
- Application Development with Parse using iOS SDK
- AngularJS UI Development
- ACE技術內幕:深入解析ACE架構設計與實現原理
- 數據分析從入門到進階