![]() |
KnowBrainer Speech Recognition | ![]() |
Topic Title: Complex lists not working Topic Summary: Created On: 12/13/2020 08:10 PM Status: Post and Reply |
|
![]() |
![]() |
- Todachen | - 12/13/2020 08:10 PM |
![]() |
![]() |
- speechpro | - 12/13/2020 10:45 PM |
![]() |
![]() |
- Alan Cantor | - 12/13/2020 11:06 PM |
![]() |
![]() |
- Todachen | - 12/13/2020 11:22 PM |
![]() |
|
I have a complex list through which I am attempting to use written-form\spoken-form as the list items in order to populate the Y axis of a SetMousePosition step. I have read chapter 5 of Larry's Allen's book where he describes complex lists relying on Dragon's ability to distinguish written-form\spoken-form list items. I also see that this is described on page 12 in Dragon' down s own manual on scripting.
Here are some examples of some of the items in the list:
159\profile
173\class summary
188\attendance
203\schedule
231\IHP
231\health plan
231\individual health plan
Here's the command:
Sub Main
SendKeys "^0"
Wait .01
SetMousePosition 1, 58, ListVar1
Wait 0.1
ButtonClick 1,1
End Sub
When I execute the macros, it opens in error message indicating that the entire line of text for the item is being recognized, i.e., "203\schedule", and that it is not a valid input for the Y access. So Dragon is not distinguishing the spoke-form\written-form distinction that Allen describes in his book. For example, instead of inputting "203" as the Y coordinates, it inputs "203\schedule". In this example, I'm intending for the word "schedule" to act as a voice trigger, populating the y-axis with "203".
In order to verify that it's not a problem with the way I have coded anything above, I tried the following macro
Sub Main
SendKeys ListVar1
End Sub
This was of no avail. So does anybody know why Dragon is not distinguishing spoken-form\written-form?
------------------------- My voice computer: W10/DPI 15.6/KB2017/VC 2020 on a Intel Core i7-8559U CPU @ 2.70GHz, 16gb DDR4, Sennheiser ME 3D 431 II / Roccat Juke – ROC-14-11-AM |
|
|
|
FuseTalk Standard Edition v4.0 - © 1999-2022 FuseTalk™ Inc. All rights reserved.