The TranscriptCheck
task checks how well a text transcript matches the audio data, giving information on large missing or erroneous sections.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to TranscriptCheck . |
Yes |
CtmFile | The speech-to-text transcript produced for the audio file. | Yes |
DiagFile | The alignment diagnostics file to generate. | Yes |
Out | The file to write a transcript containing approximate timestamps to. | Yes |
TxtFile | The transcript file. | Yes |
http://localhost:13000/action=AddTask&Type=TranscriptCheck&TxtFile=C:\data\transcript.txt&CtmFile=C:\misc\speechtext.ctm&Out=AlignResults.ctm&DiagFile=myResults.diag
This action uses port 13000
to instruct HPE IDOL Speech Server, which is located on the local machine, to compare the transcript.txt
and speechtext.ctm
files to produce the AlignResults.ctm
file and the myResults.diag
file.
|