WVS

From Wikipedia, the free encyclopedia

WVS or W(virtual)Script is a virtual scripting language based on XML. Also a Speech Recognition product from IBM, WVS or WebSphere Voice Server provides ASR (Automatic Speech Recogniton) and TTS (Text to Speech) functions for solutions supporting MRCP or Media Resource Control Protocol.

[edit] Basic Script

<application>
<print>Hello World</print>
</application>

Output: Hello World

[edit] Virtual Scripting

The parser of WVS will take its output and run an external programming language (Python, Java or PHP). WVS just provides an easier way to program large applications.