The IvSpkIdTmpEditThresh
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 IvSpkIdTmpEditThresh
task modifies the threshold of a single iVector template file.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to IvSpkIdTmpEditThresh .
|
Yes |
Log | The name of the log file to write. | |
TemplateFile | The name associated with the template file to modify. | Yes |
Thresh | The value to use for the threshold. | Yes |
http://localhost:15000/action=AddTask&Type=IvSpkIdTmpEditThresh&TemplateFile=speakers.iv&Thresh=0.5
This action sets 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.
|