Adding custom words to DictationRecognizer

I am using DictationRecognizer. The only problem is that it has a limited dictionary. I would like it to recognize additional words, for example names. Is there a way to do that?

The following page explains aspects of how to deal with the underlying dictionary, but unfortunately, that’s all on the windows side. So you’d need to write a plugin that does that for you from Unity I guess: