Get Recognition Result Info Step
Use the Get Recognition Result Info step to:
-
Extract the Results from the recognition performed in the Generic Recognition step. There may be more than one result. The Result Index is used to select the desired result. The range is 0 (zero) to one less than the number of results. Each result will contain one or more interpretations.
-
Extract the number of interpretations for a result.
-
Extract the confidence level for each result.
-
Extract the string which represents the actual utterance that was recognized for each result.

The following table describes the properties of the General tab of the Get Recognition Result Info customizer window:
Field name |
Type |
Description |
---|---|---|
Result Name |
String literal |
A name that identifies the recognition result collection from which to access result information. This is the same name that was specified in the Generic Recognition step. |
Result Index |
Integer |
A number that selects which result to access from the collection of result objects returned by the Generic Recognition step. This value should be less than the Result count value returned in the Generic Recognition step |
Attributes |
This table is used to specify variables to which to extract the desired values of the selected result. |
|
Integer |
The number of Interpretations: This will receive the total number of interpretations in the selected result. |
|
Integer |
The Confidence Level: This will receive the actual confidence level of the selected result. |
|
String |
The Utterance: This receives the actual spoken text of the selected result. |