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:15000/action=AddTask&Type=SpeechToText&File=C:/myDataSpeech.wav&Out=SpeechTranscript.ctm&Lang=ENUS&Diag=True&DiagFile=Diagnostics.txt
This action performs the SpeechToText
task on the Speech.wav
file, and writes the results to the SpeechTranscript.ctm
file and the diagnostics information to Diagnostics.txt
.
|