Universal Windows Universal application without dictation

Following the samples given here: https://github.com/Microsoft/Windows-universal-samples gives a great overview of some of the features for UWP applications. But, for example, a speech example requires an active Internet connection. Does anyone know if this feature is possible on a disconnected corporate network?

Thanks JRF

+4
source share
1 answer

Yes, examples 1, 2, 5, 6, and 9 work offline because they do not use the predefined SRGS scripts. Look in the folder: SRGS to see SRGS.

, SRGS 1.0.

+3

Source: https://habr.com/ru/post/1610610/


All Articles