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 IDOL Speech Server, which is located on the local machine, to return all results for the task with token MTAuMS4zLjgyOjEzMDAwOkFERFRBU0s6LTEyOTk0OTU3Ng==
.
Parameter | Description | Required |
---|---|---|
ContinueToken | A unique code that 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 IDOL Speech Server subsequently deletes the file that the GetResults action is accessing. If the file is deleted correctly, IDOL Speech Server returns ResultDeleted=True . |
|
File | Specifies a results file to retrieve. | |
First | Limits the results to a specified number of words at the start of the generated transcript. | |
Format | The format to return results in. | |
Label | The 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. | |
OutputEncoding | The encoding to use for 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. | |
Token | A unique code returned by IDOL Speech Server after receiving an action. | Yes |
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
EncryptResponse | Encrypt the output. |
FileName | The file to write output to. |
ForceTemplateRefresh | Forces the server to load the template from disk. |
Output | Writes output to a file. |
ResponseFormat | The format of the action output. |
Template | The template to use for the action output. |
TemplateParamCSVs | A list of variables to use for the specified template. |
|