The IvSpkIdSetDelete
task removes a speaker template from an iVector template set file.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to IvSpkIdSetDelete . |
Yes |
Log | The name of the log file to write. | |
TemplateName | The name associated with the template to remove. | Yes |
TemplateSet | The iVector template set file to remove the speaker template from. | Yes |
http://localhost:15000/action=AddTask&Type=IvSpkIdSetDelete&TemplateName=Brown&TemplateSet=speakers.ivs
This action uses port 15000
to instruct IDOL Speech Server, which is located on the local machine, to remove the template associated with the name Brown
from the speakers.ivs
template set.
|