Set DeleteResult
to True
to request that HPE IDOL Speech Server subsequently deletes the file that the GetResults
action is accessing.
If the file is deleted correctly, HPE IDOL Speech Server returns ResultDeleted=True
. If the file is queued, or is still being used by the task or other process, HPE IDOL Speech Server returns ResultDeleted=False
.
if a file is associated with a number of tasks (for example, if multiple tasks had the same output file), HPE IDOL Speech Server also returns ResultDeleted=False
until all records for tasks that use that file have been removed. In addition, HPE IDOL Speech Server returns ResultDeleted=False
if you set DeleteAllowed
to False
in the configuration file.
Action: | GetResults |
Type: | Boolean |
Default: | |
Example: | DeleteResult=True
|
See Also: | ClearTmpResults |
|