- Voice User Interface Projects
- Henry Lee
- 213字
- 2021-07-23 17:17:14
Error handling
When the errors occur in a voice application, the errors must be handled properly and the application must resume where it left off. Let's look at different types of errors in VUIs one at a time. First, imagine that you are talking to your friend and suddenly your friend stops talking in the middle of a sentence. Do you say nothing and wait for hours for your friend to talk and reengage in the conversation? Most likely, you would ask your friend if they are OK and try to reengage them in the conversation. The same is true for VUIs. If no response is provided in a given time frame, the voice application will need to recover and will try to reengage with the user. What if the voice application cannot understand the user's intent? In this case, the application would need to re-ask the question and ensure it doesn't blame the user in any way for any kind of error. Lastly, the user might continuously make the same mistakes in an attempt to provide information. In such cases, every new attempt to get the correct information from the user, the application needs to provide more detailed instruction as to how in hopes that the user can provide the correct intent.
- Boost.Asio C++ Network Programming(Second Edition)
- Visual C++程序設計教程
- 算法訓練營:入門篇(全彩版)
- 程序員數學:用Python學透線性代數和微積分
- Spring Cloud、Nginx高并發核心編程
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Hands-On JavaScript for Python Developers
- Hands-On Kubernetes on Windows
- 深入理解BootLoader
- Monitoring Docker
- Clojure Web Development Essentials
- CryENGINE Game Programming with C++,C#,and Lua
- Spring Microservices
- Python深度學習入門:從零構建CNN和RNN