The IvSpkIdTmpInfo
task is deprecated in IDOL Speech Server version 11.5 and later. Use the IvSpkIdInfo task instead.
This task is still available for existing implementations, but it might be incompatible with new functionality. The task might be deleted in future.
The IvSpkIdTmpInfo
task produces a log file that lists the contents of the specified iVector template file.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to IvSpkIdTmpInfo .
|
Yes |
TemplateFile | The iVector template file to retrieve the information for. | Yes |
Log | The name of the log file to write. | Yes |
http://localhost:15000/action=AddTask&Type=IvSpkIdTmpInfo&TemplateFile=speakers.iv&Log=speakers.log
This action uses port 15000
to instruct IDOL Speech Server, which is located on the local machine, to write information on the speakers.iv
template file to the log file speakers.log
.
|