I am inferring that these are now withi the .Append method, but it would be
nice to get confirmation of this and perhaps some refactoring notes...
anyone have any insights ?
Thanks for your time
You're not on your own, I'm also using the Feb CTP version of SpeechFX. As
for any breaking changes that have occured, you're right they are all
covered under various overloaded versions of the Append method. Is there
anything these changes prevent you from doing?
Andrew
"Chris Smedley" <chris....@terracomputing.com> wrote in message
news:eD9ySIg...@TK2MSFTNGP12.phx.gbl...
In general there is so little about the various functions that its a bit
like a black art at this point to intuit the developers intent.
The removal of AppendChoices seems to have been refactored into Append
(Choices), so that fairly straight forward.
But the AppendResultKeyValue seems to have been broekn into the need for two
separate calls one for the result key and one for the value. Perhaps is this
to pass multiple values for a specific key?
As I said earlier, notes in the Speech DLL other than generic call
informatioon and the stuff you get from the Object Browser would be a plus
IMHO
"Andrew Ahearne" <and...@news.microsoft.com> wrote in message
news:eRsJoOkU...@TK2MSFTNGP09.phx.gbl...
Andrew
Oh by the way a trick I use frequently to discover what is going on is to
use the SrgsDocument.WriteSrgs(XmlWriter). This outputs the grammar into an
XML format you can use to figure out what's going on. In fact if you have
Visual Studio .NET 2003 and the Speech Application SDK installed somewhere
you can open a visual representation of your grammar and run test input
strings agains it, amongst other things.
"Chris Smedley" <chris....@terracomputing.com> wrote in message
news:Omm5CqmU...@TK2MSFTNGP12.phx.gbl...
Thanks for the collaboration
"Andrew Ahearne" <and...@news.microsoft.com> wrote in message
news:e6lqa$oUGHA...@TK2MSFTNGP14.phx.gbl...