The file that IDOL Speech Server writes task output to.
You can specify an absolute or relative file path. If you specify a relative path, it is considered as being relative to the data directory. If the file path is excluded, IDOL Speech Server defaults to the data directory.
The DataDir parameter in the [Paths]
section of the configuration file sets the location of the data directory.
If you do not set Out
for a task, IDOL Speech Server automatically generates an output file name, by using the task token, the module name, and parameter name.
For the LangIdOptimize task, IDOL Speech Server can write to a list in the IDOL Speech Server list manager. Set the Out
parameter to the list key prefixed by ListManager/
. For example,
Out=ListManager/ListKey
You must create the list in the list manager before IDOL Speech Server can write to it.
|