The IvSpkIdSetEditThresh
task is deprecated in IDOL Speech Server version 11.5 and later. Use the IvSpkIdEditThresh 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 IvSpkIdSetEditThresh
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 IvSpkIdSetEditThresh .
|
Yes |
Log | The name of the log file to write. | |
TemplateName | The name associated with the template to modify. | Yes |
TemplateSet | The iVector template set file that contains the template to modify. | Yes |
Thresh | The value to use for the threshold. | Yes |
http://localhost:15000/action=AddTask&Type=IvSpkIdSetEditThresh&TemplateName=Brown&TemplateSet=speakers.ivs&Thresh=0.5
This action sets the threshold of the template associated with the name Brown
in the speakers.ivs
template set file to 0.5
.
|