Native
Synchronous
No Custom Parameters
GetVoiceRecResultsByMeaning will extract results from the specified VoiceRecResultList based on the meaning substring and match condition.
The GetVoiceRecResultsByMeaning action will return a new VoiceRecResultList comprised of results that match the specified substring and match condition. The string condition is executed in a case-insensitive manner.
If the specified VoiceRecResultList is null, if the ResultList property on the VoiceRecResultList is null, or if Meaning null or empty, 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. | |
| Meaning * | System.String | The string which will be used to compare against each result's meaning contained in the VoiceRecResultList. | |
| Option * | Metreos.Types.VoiceRec.Option | Matching options:
|
| Parameter Name | .NET Type | Description |
|---|---|---|
| ResultList | Metreos.Types.VoiceRec.VoiceRecResultList | The list of results that have a meaning matching the specified Meaning, using the specified match Option. |
Branch Conditions
No description.
No description.