GetNumVoiceRecResults

Metreos.Native.VoiceRecResults.GetNumVoiceRecResults

Summary

GetNumVoiceRecResults will retrieve the number of results in the specified VoiceRecResultList.

Usage

GetNumVoiceRecResults will retrieve the number of results in the specified VoiceRecResultList.

Remarks

If the specified VoiceRecResultList is null or if the ResultList property on the VoiceRecResultList is null, 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.
Result Data
Parameter Name.NET TypeDescription
CountSystem.Int32The number of results in VoiceRecResultList. This should only be used if the action returns Success.

Branch Conditions 

Success

No description.

Failure

No description.