The IvSpkIdInfo
task produces a log file that lists the contents of the specified iVector template file or template set file.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to IvSpkIdInfo . |
Yes |
Log | The name of the log file to write. | Yes |
TemplateFile | The iVector template file to retrieve the information for. | See Comments |
TemplateSet | The iVector template set file to retrieve the information for. | See Comments |
You must set one of TemplateFile and TemplateSet.
http://localhost:15000/action=AddTask&Type=IvSpkIdInfo&TemplateSet=speakers.ivs&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.ivs
template set file to the log file Speakers.log
.
http://localhost:15000/action=AddTask&Type=IvSpkIdInfo&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
.
|