GenerateSpeechString
Generates and returns the spoken text of an equation from the current MathML.
C++
HRESULT GenerateSpeechString([out, retval] BSTR *speechstr);
Visual Basic
Public Function GenerateSpeechString () As Long
Parameters
None
Return value
the speech string for the current MathML
|