- HoloLens Blueprints
- Abhijit Jana Manish Sharma Mallikarjuna Rao
- 195字
- 2021-07-02 22:09:33
Voice
Voice is another form of input on HoloLens on the Windows Holographic platform. Once you've targeted a hologram with your gaze, you can interact with that hologram by giving a voice command. The Voice Commands are very convenient for a hands-free device, such as HoloLens. You can walk around the room and just speak out what you want.
Voice Commands can be categorized into the following types:
- System Voice Commands
- Custom Voice Commands
System Voice Commands are fixed and always available. The following is a list of system Voice Commands:
- Select
- Place
- Face me
- Bigger/Smaller
- Hey Cortana, go to start
- Hey Cortana, shut down
- Hey Cortana, move <app name> here
As a developer, you can define your own Voice Commands and actions. Voice commands are implemented based on standard Universal Windows Platform (UWP) voice command patterns and the use of the Windows Holographic platform. Having implemented a custom voice command, you must have to listen for the event handler for the same Voice Commands, very similar to how general event handling works in our development.
- Java EE 6 企業(yè)級應(yīng)用開發(fā)教程
- WebAssembly實(shí)戰(zhàn)
- Learning RxJava
- Software Testing using Visual Studio 2012
- Raspberry Pi for Secret Agents(Third Edition)
- Building Cross-Platform Desktop Applications with Electron
- Magento 1.8 Development Cookbook
- Hands-On Swift 5 Microservices Development
- Yocto for Raspberry Pi
- Swift細(xì)致入門與最佳實(shí)踐
- iOS開發(fā)實(shí)戰(zhàn):從入門到上架App Store(第2版) (移動(dòng)開發(fā)叢書)
- Create React App 2 Quick Start Guide
- Python圖形化編程(微課版)
- Visual C++從入門到精通(第2版)
- 面向物聯(lián)網(wǎng)的Android應(yīng)用開發(fā)與實(shí)踐