The IvSpkIdEditThresh
task modifies the threshold of a single template stored in an iVector template set file (.ivs
).
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to IvSpkIdEditThresh .
|
Yes |
Log | The name of the log file to write. | |
TemplateFile | The name associated with the template file to modify. | See Comments |
TemplateName | The name associated with the template to modify. | See Comments |
TemplateSet | The iVector template set file that contains the template to modify. | See Comments |
Thresh | The value to use for the threshold. | Yes |
You must set one of the following parameter combinations:
http://localhost:15000/action=AddTask&Type=IvSpkIdEditThresh&TemplateName=Brown&TemplateSet=speakers.ivs&Thresh=0.5
This action uses port 15000
to instruct IDOL Speech Server, which is located on the local machine, to set the threshold of the template associated with the name Brown
in the speakers.ivs
template set file to 0.5
.
http://localhost:15000/action=AddTask&Type=IvSpkIdEditThresh&TemplateFile=speakers.iv&Thresh=0.5
This action uses port 15000
to instruct IDOL Speech Server, which is located on the local machine, to set the threshold of the speakers.iv
template file to 0.5
. IDOL Speech Server updates the template file in place to contain the new threshold value.
|