var fDesc=new Array(); fDesc[0] = "The LumenVox Speech Tuner, a complete tuning and maintenance tool, is an absolute requirement for every speech recognition solution.
The Speech Tuner performs tuning and transcription, as well as instant parameter, grammar, and version upgrade testing of any speech recognition application. It reduces the work of your post–deployment application revisions, and allows you to bring tuning in–house, avoiding costly professional service fees.
Features:
* Analyze each stage in the call process.
* Transcribe audio data, make pinpoint adjustments, and immediately measure the effects on the overall performance.
* Test design and development decisions of new applications, using data from deployed applications."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }