- 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.
- 精通Nginx(第2版)
- Objective-C應(yīng)用開發(fā)全程實(shí)錄
- Python爬蟲開發(fā):從入門到實(shí)戰(zhàn)(微課版)
- 21天學(xué)通C++(第6版)
- Java項(xiàng)目實(shí)戰(zhàn)精編
- HTML5入門經(jīng)典
- Android程序設(shè)計(jì)基礎(chǔ)
- Lighttpd源碼分析
- Service Mesh實(shí)戰(zhàn):基于Linkerd和Kubernetes的微服務(wù)實(shí)踐
- 詳解MATLAB圖形繪制技術(shù)
- 移動(dòng)增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- 區(qū)塊鏈項(xiàng)目開發(fā)指南
- Swift語言實(shí)戰(zhàn)晉級
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- C語言從入門到精通