[jawsscripts] Re: Direct speech via JAWS COM API

  • From: "Sean Randall" <seanr@xxxxxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Wed, 4 Mar 2009 17:09:55 -0000

Hello,
Is this an installed-with-jaws thing?  I'd assumed the Com API was separate.

If it does come bundled, since what version?

Sean.

-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Doug Lee
Sent: Wednesday, March 04, 2009 4:31 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: Direct speech via JAWS COM API

VBScript:
dim o : set o = createObject("FreedomSci.JawsApi")
o.sayString "Hello", False 

Summary of FSAPI.dll COM interface (JAWS 10 as reference):
    function Disable as Bool
    function Enable(Bool vbNoDDIHooks) as Bool
        method Enable
    function RunFunction(BStr FunctionName) as Bool
        Tells JAWS to execute a function
    function RunScript(BStr ScriptName) as Bool
        Tells JAWS to execute a script
    function SayString(BStr StringToSpeak[, Bool bFlush = True]) as Bool
        Instructs JAWS to speak a particular string
    sub StopSpeech

__________ 
Visit and contribute to The JAWS Script Repository http://jawsscripts.com

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: