<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>VoiceBot RSS: Variable numbers in voice command?</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=ce2a8921-0f70-48e1-9691-778cd29716b5" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=ce2a8921-0f70-48e1-9691-778cd29716b5</link>
<description>VoiceBot RSS: Variable numbers in voice command?</description>
<lastBuildDate>Thu, 21 May 2026 11:34:57 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=ce2a8921-0f70-48e1-9691-778cd29716b5</generator>
<item>
<title>RE: Variable numbers in voice command?</title>
<link>https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5#6</link>
<pubDate>Tue, 23 Aug 2016 16:34:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5#6</guid>
<category>VoiceBot</category>
<description><![CDATA[Ok, I think there's an easier way to do what you're looking for with a Macro Script. We're going to write up a sample here so that you can try it out.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, I think there's an easier way to do what you're looking for with a Macro Script. We're going to write up a sample here so that you can try it out.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Variable numbers in voice command?</title>
<link>https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5#5</link>
<pubDate>Fri, 19 Aug 2016 18:28:33 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5#5</guid>
<category>VoiceBot</category>
<description><![CDATA[As I said, I was trying to get the first paragraph of a wikipedia article read out to me. This means I would like to catch the word or phrased uttered after my command, so for example if I say "Give me information on" and then "the moon", the script would run (as the command says) and would read ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
As I said, I was trying to get the first paragraph of a wikipedia article read out to me. This means I would like to catch the word or phrased uttered after my command, so for example if I say "Give me information on" and then "the moon", the script would run (as the command says) and would read the log to catch the phrase I said and use that as the search criteria in wikipedia. <br/>
Possibly first confirming the accuracy of the phrase caught in the log, for example:<br/>
"Please confirm criteria: 'The loon'" where I would have to say "Confirmed" or something similar (just a matter of setting up possible answers), have a command that triggers specifically for those confirmations to set a VoiceBot variable that I can access from the first script.<br/>
You see where this is going. Basically using the log as a freetext parameter.<br/>
<br/>
In my previous question I was wondering more about setting up a list of possible variables, as expected words have a higher chance of getting caught by the recognizer (I assume), where as this would be completely unknown before hand (and of course have a lower chance of getting recognized properly, but still have the ability).<br/>
<br/>
With a BFS.General.ReadLog this would be a fairly simple task. I tried to access the log through the UI programatically, but I'm not a smart man and failed constantly. <img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
You say however there's a file I can read instead? I'll be looking into that. It would be much easier to access the file than the UI element directly.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Variable numbers in voice command?</title>
<link>https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5#4</link>
<pubDate>Fri, 19 Aug 2016 17:41:33 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5#4</guid>
<category>VoiceBot</category>
<description><![CDATA[We keep the feature request list internal, but if there's anything else you'd like to see added, feel free to let us know and we'll put it on the list!
Regarding reading from the log, there isn't currently a way to do that, aside from using C# to read in the file manually and then parse it from ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We keep the feature request list internal, but if there's anything else you'd like to see added, feel free to let us know and we'll put it on the list!<br/>
<br/>
Regarding reading from the log, there isn't currently a way to do that, aside from using C# to read in the file manually and then parse it from there. But that's not as easy as something like BFS.General.ReadLog would be <img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Can I ask what you need to read the log for? Maybe there's a different way to do what you're thinking of.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Variable numbers in voice command?</title>
<link>https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5#3</link>
<pubDate>Fri, 12 Aug 2016 00:36:50 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5#3</guid>
<category>VoiceBot</category>
<description><![CDATA[Thanks for the answer.
Is there some kind of backlog somewhere where we can go an vote on features we would like to to see implemented, or this an internal process?
Followup question though.
I was going to try something else tonight I thought. A script that will read in the first paragraph of ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for the answer.<br/>
Is there some kind of backlog somewhere where we can go an vote on features we would like to to see implemented, or this an internal process?<br/>
<br/>
Followup question though.<br/>
I was going to try something else tonight I thought. A script that will read in the first paragraph of a Wikipedia article and read it out to you.<br/>
This will however require that I'm able to access the log somehow. I've tried in Visual Studio to access the log through the UIAutomationElement, but I have not been successful in my attempts so far (it should be said also that I'm stumbling my way through C#).<br/>
From what I can see in your own scripting you have the ability to write to, and clear the log, but is there anyway to read from it?<br/>
<br/>
Kind regards
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Variable numbers in voice command?</title>
<link>https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5#2</link>
<pubDate>Thu, 11 Aug 2016 19:28:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5#2</guid>
<category>VoiceBot</category>
<description><![CDATA[There isn't currently a way to do this, but it is on our feature request list, so I've added your vote to it. We'll be sure to let you know if/when we're able to implement it in the future.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
There isn't currently a way to do this, but it is on our feature request list, so I've added your vote to it. We'll be sure to let you know if/when we're able to implement it in the future.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>Variable numbers in voice command?</title>
<link>https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5</link>
<pubDate>Wed, 10 Aug 2016 12:43:51 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/variable-numbers-in-voice-command/?ID=ce2a8921-0f70-48e1-9691-778cd29716b5</guid>
<category>VoiceBot</category>
<description><![CDATA[Hello,
I was just wondering if it's possible to have a part of the voice command with variable numbers or the like.
For example, I'm been experimenting with automating Netflix in various ways. I can play/pause, go to fullscreen et.c. (and when command is given, if Netflix isn't the top tab of t...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
<br/>
I was just wondering if it's possible to have a part of the voice command with variable numbers or the like.<br/>
For example, I'm been experimenting with automating Netflix in various ways. I can play/pause, go to fullscreen et.c. (and when command is given, if Netflix isn't the top tab of the top window, Chrome gets focus, and I'm trying to get the Netflix tab to get the focus, but that's besides the point).<br/>
If I now want to be able to set the volume in Netflix, or skip/rewind it I would like to have commands like:<br/>
"Increase volume by x%"<br/>
or "Skip by x minutes".<br/>
Is there any possibility to do this?<br/>
<br/>
I know in Cortana you can set an interval that Cortana listens for, if the command expects something like this. Is there any similar feature here?<br/>
<br/>
Kind regards
</div>
]]></content:encoded>
</item>
</channel>
</rss>