Hi Vishnu, this is a great idea :)
FWIK, there are 2 different areas to address: 1) Dictation 2) Command & Control For dictating text to the current text object (paragraph, edit, shape), the Uno Accessibility API should work well. http://openoffice.org/access Command & Control might be more complex. For navigating through menus, the Accessibility API should also work well. For things that are not directly reflected in the UI (like "cursor up", "create new text document") you might need some mapping, which than could results in XDispatch like suggested below, or in sending key events, or in (again) using the Accessibility API to "navigate" to the object which will trigger the action. That object probably has some XAccessibleAction which can be invoked. Malte. PS: Not sure, but I think [EMAIL PROTECTED] might be the better places for this.. RKVS Raman wrote, On 12/ 9/08 10:11 AM: > Hi, > > If you have the speech recognizer component working , you will need to > create an XDispatch Object based on the command spoken using > XDispatchProvider and dispatch it for execution. > > See > http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/Dispatch_Framework > for more info. > > > Best Regards > -Raman > ----------------------------------------------- > RKVS Raman > BOSS Resource > http://www.bosslinux.in > http://rkvsraman.blogspot.com > ------------------------------------------------ > > > > On Tue, Dec 9, 2008 at 2:16 PM, Vishnu <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Hello i am Vishnu E.I am working in speech recognition project.Now i have >> to integrate recognition module(Sphinx4) in openoffice.How it is possible.If >> anybody know or have previous experience please give steps for integrating >> Sphinx4 in opeoffice >> >> regards >> Vishnu E >> >> ______________________________________ >> Scanned and protected by Email scanner >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
