The speech-to-text tasks can also generate diagnostic information. Generate diagnostic information before you contact customer support, to help them to solve issues more quickly.
To enable speech-to-text diagnostics
Diag and DiagFile parameters when you send the AddTask action. Set Diag to True and DiagFile to the name of the file to write the diagnostic information to. For example:
http://localhost:13000/action=AddTask&Type=WavToText&File=C:/myDataSpeech.wav&Out=SpeechTranscript.ctm&Lang=ENUS&Diag=True&DiagFile=Diagnostics.txt
This action uses port 13000 to instruct IDOL Speech Server, which is located on the local machine, to perform the WavToText task on the Speech.wav file, and to write the results to the SpeechTranscript.ctm file and the diagnostics information to Diagnostics.txt.
|
|