The SpkIdSetEditThresh
task modifies the threshold of a single template stored in an audio template set file (.ats
).
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to SpkIdSetEditThresh .
|
Yes |
Log | The name of the log file to write. | |
TemplateName | The name associated with the template to modify. | Yes |
TemplateSet | The audio 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=SpkIdEditThresh&TemplateName=Brown&TemplateSet=speakers.ats&Thresh=0.5
This action uses port 15000
to instruct HPE 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.ats
template set file to 0.5
.
|