Thursday 15 March 2012

c# - Is it possible to get wildcard value for ListenFor? -



c# - Is it possible to get wildcard value for ListenFor? -

i'm trying add together voice commands windows phone 8 app. 1 i'd add together "find record containing {wildcard}." i've included next in vcd:

<listenfor>find [a] record [containing] {*}</listenfor>

but when app navigates search page, reco attribute of querystring has value "find record containing ...". expected, according this msdn article.

my question is, there way retrieve wildcard value, or not implemented in windows phone 8 voice commands? searching finds this article, appears applies windows phone 8.1. @ point i'd stick 8.0 sdk until 8.1 adoption increases (plus have universal app version in works).

so possible?

the documentation i've read busy promoting latest , greatest (e.g., cortana) details seem lost in excitement.

fortunately, found, this article:

windows phone 8.0, our previous release, brought voice commands feature.

...

the biggest limitation of voice commands total text of commands needed known ahead of time.

so reply while voice commands in 8.0 sdk allow wildcard, doesn't it. 8.1 sdk can parse , pass value on.

c# windows-phone-8

No comments:

Post a Comment