mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[voskstt] Update the description of the preloadModel parameter (#12749)
* [voskstt] Update the description of the preloadModel parameter Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
b99d98b03d
commit
5eaddd1af1
@ -31,9 +31,10 @@
|
||||
</parameter>
|
||||
<parameter name="preloadModel" type="boolean" groupName="stt">
|
||||
<label>Preload Model</label>
|
||||
<description>Keep language model loaded. If true model is just reload the model on config updates, if not model will
|
||||
be loaded and offloaded on each execution. It will fallback to try to load the model when executed if it was not
|
||||
able to load it before.</description>
|
||||
<description>Keep the language model loaded. If the parameter is set to true, the model will be reloaded only on
|
||||
configuration updates. If the model is not loaded when needed, the service will try to load it. If the parameter is
|
||||
set to false, the model will be loaded and unloaded on each run.
|
||||
</description>
|
||||
<default>false</default>
|
||||
</parameter>
|
||||
<parameter name="noResultsMessage" type="text" groupName="messages">
|
||||
|
@ -11,7 +11,7 @@ voice.config.voskstt.maxTranscriptionSeconds.description = Max seconds to wait t
|
||||
voice.config.voskstt.noResultsMessage.label = No Results Message
|
||||
voice.config.voskstt.noResultsMessage.description = Message to be told when no results.
|
||||
voice.config.voskstt.preloadModel.label = Preload Model
|
||||
voice.config.voskstt.preloadModel.description = Keep language model loaded. If true model is just reload the model on config updates, if not model will be loaded and offloaded on each execution. It will fallback to try to load the model when executed if it was not able to load it before.
|
||||
voice.config.voskstt.preloadModel.description = Keep the language model loaded. If the parameter is set to true, the model will be reloaded only on configuration updates. If the model is not loaded when needed, the service will try to load it. If the parameter is set to false, the model will be loaded and unloaded on each run.
|
||||
voice.config.voskstt.singleUtteranceMode.label = Single Utterance Mode
|
||||
voice.config.voskstt.singleUtteranceMode.description = When enabled recognition stops listening after a single utterance.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user