Native
Synchronous
No Custom Parameters
GetVoiceRecResultsByScore will extract results from the specified VoiceRecResultList based on the input score threshold.
The GetVoiceRecResultsByScore action will return a new VoiceRecResultList comprised of results with a score equal to or greater than the specified Score.
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.
| 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. | |
| Score * | System.Int32 | The 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. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| ResultList | Metreos.Types.VoiceRec.VoiceRecResultList | The list of results that have a score equal to or greater than the specified Score. |
Branch Conditions
No description.
No description.