![]() |
KnowBrainer Speech Recognition | ![]() |
Topic Title: Replacing text - adjusting the maximum number of characters Topic Summary: Created On: 09/25/2022 03:50 PM Status: Post and Reply |
|
![]() |
![]() |
- Alan Cantor | - 09/25/2022 03:50 PM |
![]() |
![]() |
- Lunis Orcutt | - 09/25/2022 05:42 PM |
![]() |
![]() |
- Mav | - 09/26/2022 01:46 AM |
![]() |
![]() |
- R. Wilke | - 09/26/2022 03:50 AM |
![]() |
![]() |
- Stephan Kuepper | - 09/26/2022 05:11 AM |
![]() |
![]() |
- R. Wilke | - 09/26/2022 11:59 AM |
![]() |
![]() |
- Alan Cantor | - 09/26/2022 01:14 PM |
![]() |
|
If you have selected some text, and that selection contains less than a certain number of characters, the next words you say will replace the selection.
If that selection contains more than a certain number of characters, Dragon flashes a message near the DragonBar, saying that the selection is too large to replace.
Does anyone know if there is a way to set the maximum number of characters to a different value? For me, the number of characters is too low. And I have clients for whom the default value might be too high. |
|
|
|
![]() |
|
We know how your client feels and run into this problem with our <dictation> commands. Unfortunately, character number limits are hardcoded and cannot be edited by the end-user ------------------------- Change "No" to "Know" w/KnowBrainer 2022 |
|
|
|
![]() |
|
I think saying "scratch that" before starting to dictate the replacement will have the same effect but not suffer from the overwrite character number limitation.
hth mav |
|
|
|
![]() |
|
I think I have posted this before, but actually, the value isn't fixed. It seems like the current default is set to 299 characters, but it is one of the Dragon engine options which are accessible via the SDK, and it can be modified from within an Advanced Scripting, for example, using the appropriate "getter and setter" functions.
Have a look at this, but don't push your luck resetting the maximum too high. Dim eng As New DgnEngineControl MsgBox "Previous setting: " + eng.Option(dgnengoptionMaxReutterReplacement) eng.Option(dgnengoptionMaxReutterReplacement) = 350 MsgBox "New setting: " + eng.Option(dgnengoptionMaxReutterReplacement) ------------------------- The New Game in Town: DragonConnect |
|
|
|
![]() |
|
You can also add the following line to your options.ini, located in the user profile, folder "Currect": (edit to activate link) ------------------------- www.egs-vertrieb.de - www.spracherkennungscloud.de |
|
|
|
![]() |
|
(edit to activate link)
Thank you very much, Stephan, for reminding me of this which I had actually forgotten, same as I seem to keep forgetting how brilliant I used to be back in the day. :-) ------------------------- The New Game in Town: DragonConnect |
|
|
|
![]() |
|
Thank you!
|
|
|
FuseTalk Standard Edition v4.0 - © 1999-2023 FuseTalk™ Inc. All rights reserved.