GetVoiceRecResult

Metreos.Native.VoiceRecResults.GetVoiceRecResult

Summary

GetVoiceRecResult will index into the results of the specified VoiceRecResultList.

Usage

The GetVoiceRecResult action will return a single VoiceRecResult entry using an index.

Remarks

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.

Action Parameters
Parameter Name.NET TypeDefaultDescription
VoiceRecResultList *Metreos.Types.VoiceRec.VoiceRecResultListA VoiceRecResultList, initialized by the VR_XMLResult event parameter contained in the VoiceRecognition_Complete event, or returned by a previous GetVoiceRecResult, GetVoiceRecResultByScore, GetVoiceRecResultsByMeaning.
Index *System.Int32The index of the result in the VoiceRecResultList.
Result Data
Parameter Name.NET TypeDescription
VoiceRecResultMetreos.Types.VoiceRec.VoiceRecResultA VoiceRecResult at the specified Index in the specified VoiceRecResultList. This result data should only be used if the action returns Success.

Branch Conditions 

Success

No description.

Failure

No description.