How to fetch the text spoken to cortana while the SpeechRecognitionResult.Text is returning “…” - Windows UWP
问题 While deep linking Windows UWP apps with cortana, I'm unable to fetch the text spoken. In the Voice Command Definition file I'm using a <ListenFor> element with {*} in order to allow user to speak anything, but I'm unable to fetch it. 回答1: If you're trying to set up a VCD to accept freeform dictated text, you'll need to use a PhraseTopic field. See the 1.2 VCD spec for details. For example, if you've got a Command block containing <ListenFor> Take a note to {noteTopic} </ListenFor> You'd want