Native
Synchronous
No Custom Parameters
GetVoiceRecResult will index into the results of the specified VoiceRecResultList.
The GetVoiceRecResult action will return a single VoiceRecResult entry using an index.
If the specified VoiceRecResultList is null, if the ResultList property on the VoiceRecResultList is null, or if the specified Index is out of bounds of the results, then Failure is returned by the action.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| VoiceRecResultList * | Metreos.Types.VoiceRec.VoiceRecResultList | A VoiceRecResultList, initialized by the VR_XMLResult event parameter contained in the VoiceRecognition_Complete event, or returned by a previous GetVoiceRecResult, GetVoiceRecResultByScore, GetVoiceRecResultsByMeaning. | |
| Index * | System.Int32 | The index of the result in the VoiceRecResultList. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| VoiceRecResult | Metreos.Types.VoiceRec.VoiceRecResult | A VoiceRecResult at the specified Index in the specified VoiceRecResultList. This result data should only be used if the action returns Success. |
Branch Conditions
No description.
No description.