Post

Replies

Boosts

Views

Activity

Reply to Speech Recognition, ContextualStrings
more context : Adding speech recognition to my app, to perform a specific data entry task. There is small list of specific words which are valid in the context of the task. The .contextualString parameter for the recognition request I believe provides additional words for context. What I want to do is sort of the opposite - I want to suppress words which are not in the list of expected words. For example, the input is looking for the word four, but it returns fore amd for depending on other words its sees before or after. looking for two, and I could get to or too, again, depending on the sequence. Is there a parameter I could add to limit the words appropriate to return for context, or specify a dictionary? other examples are looking for heart and could get art. Lookinf for spade and sometimes get speed. I can manually try to filter and look for multiple things to represent what I am looking for, but want to be sure this isn't available as a parameter feature I just haven't found.
Topic: Machine Learning & AI SubTopic: General Tags:
Nov ’23
Reply to Core Data 1 to many, overwriting first array element
Found I was saving a let- variable, therefore never changing.
Replies
Boosts
Views
Activity
Apr ’22
Reply to Cloudkit app deployed with TestFlight not working
I have same problem, I expect this is just a switch someplace in Xcode or the info plist, if we just knew where.
Replies
Boosts
Views
Activity
Jan ’23
Reply to Speech Recognition, ContextualStrings
more context : Adding speech recognition to my app, to perform a specific data entry task. There is small list of specific words which are valid in the context of the task. The .contextualString parameter for the recognition request I believe provides additional words for context. What I want to do is sort of the opposite - I want to suppress words which are not in the list of expected words. For example, the input is looking for the word four, but it returns fore amd for depending on other words its sees before or after. looking for two, and I could get to or too, again, depending on the sequence. Is there a parameter I could add to limit the words appropriate to return for context, or specify a dictionary? other examples are looking for heart and could get art. Lookinf for spade and sometimes get speed. I can manually try to filter and look for multiple things to represent what I am looking for, but want to be sure this isn't available as a parameter feature I just haven't found.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Help making existing IOS Application on Mac
Thanks, I just noticed I never showed this as solved a year ago. I did put my app up on Mac, and it gets used move than I anticipated. Just saw this when checking on my latest question.
Replies
Boosts
Views
Activity
Nov ’23