| SUI_GetSpokenByName (arrayName) --> spokenText | ||
| Parameter | Type | Description |
| arrayName | String | Name of the process string array |
| Returns | Type | Description |
| spokenText | Text | The literal text as spoken |
| Description You can obtain an embedded model's spoken value by passing the name of the array used, rather than the index number (as you would using SUI_GetSpoken(n)). For example, you create a model where the grammar parts are offered in various combinations: | ||