You can optionally set a default output for each module. This is useful when you want to set a default output for the GetResults
action for a task. For example, to use the GetResults
action to return the speech-to-text outputs, you can configure the wout
module so that its output is labeled as ‘out’. The GetResults
action returns the labeled file–in this case, output.ctm
.
[wout1] Output = output.ctm ... OutputLabel = out
|