How to use Hotword in c#

Hello
What is the use of hotword in deep speech and how can I use it for my words in C# or dot net ?

example :
"motor "
“open”
“file”
“monitor”
,.

Please read the documentation: https://deepspeech.readthedocs.io/en/v0.9.3/DotNet-API.html#deepspeech-class

thanks .

How do I give words aBoost value?
Suppose I want to add the word open using this command in c#
unsafe void DeepSpeechClient.DeepSpeech.AddHotWord(string aWord, float aBoost)

There was a really good post from some students a little while back. Search for it here in the forum as suggested in the guidelines.