Native
Synchronous
No Custom Parameters
GetNumVoiceRecResults will retrieve the number of results in the specified VoiceRecResultList.
GetNumVoiceRecResults will retrieve the number of results in the specified VoiceRecResultList.
If the specified VoiceRecResultList is null or if the ResultList property on the VoiceRecResultList is null, 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. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| Count | System.Int32 | The number of results in VoiceRecResultList. This should only be used if the action returns Success. |
Branch Conditions
No description.
No description.