Retrieves the results of the action specified in the Token
parameter, or the results file specified in the File
parameter.
http://localhost:13000/action=GetResults&Token=MTAuMS4zLjgyOjEzMDAwOkFERFRBU0s6LTEyOTk0OTU3Ng==
This action uses port 13000
to instruct HPE IDOL Speech Server, which is located on the local machine, to return all results for the task with token MTAuMS4zLjgyOjEzMDAwOkFERFRBU0s6LTEyOTk0OTU3Ng==
.
Parameter | Description | Required |
---|---|---|
ActionID | A string to use to identify an ACI action. | |
ContinueToken | A unique code that HPE IDOL Speech Server returns in the <continueToken> XML tag when you retrieve results in stt , lid , or lib format. Including this value in a GetResults action returns only results generated after the set of results that produced the continue token. |
|
DeleteResult | 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 . |
|
EncryptResponse | Encrypt the output. | |
File | Specifies a results file to retrieve. | |
FileName | The file to write output to. | |
First | Limits the results to a specified number of words at the start of the generated transcript. | |
ForceTemplateRefresh | Forces the server to load the template from disk. | |
Format | The format to return results in. | |
Label | The HPE IDOL Speech Server label of a file to retrieve. | |
Last | Limits the results to several words at the end of the generated transcript. | |
NBest | Specify the maximum number of alternative results to return. | |
Output | Write output to a file. | |
OutputEncoding | The encoding to use for the action output. | |
ResponseFormat | The format of the action output. | |
Start | Limits the results to words after a specified position in the generated transcript. | |
StartTime | Retrieves all parts of a transcript after a specified time. | |
Template | The template to use for the action output. | |
TemplateParamCSVs | A list of variables to use for the specified template. | |
Token | A unique code returned by HPE IDOL Speech Server after receiving an action. | Yes |
|