GetVoiceRecResultsByScore

Metreos.Native.VoiceRecResults.GetVoiceRecResultsByScore

Summary

GetVoiceRecResultsByScore will extract results from the specified VoiceRecResultList based on the input score threshold.

Usage

The GetVoiceRecResultsByScore action will return a new VoiceRecResultList comprised of results with a score equal to or greater than the specified Score.

Remarks

If the specified VoiceRecResultList is null, if the ResultList property on the VoiceRecResultList is null, or if Score is less than 0 or greater than 100, 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.
Score *System.Int32The low threshold score to use for extracting results. Results with a score equal to or greater than the specified value will be returned in the resulting list.
Result Data
Parameter Name.NET TypeDescription
ResultListMetreos.Types.VoiceRec.VoiceRecResultListThe list of results that have a score equal to or greater than the specified Score.

Branch Conditions 

Success

No description.

Failure

No description.