SFSpeechRecognizer
is very inaccurate for my use case. I have tried setting contextual
strings as I have an array of words against which to match with. But it is still not able to do so. Do I need any other configuration?
I am using sample project provided by Apple with only this change:
recognitionRequest.contextualStrings = @[@"iron man", @"metal", @"stark", @"superhero", @"boyfriend", @"pepper", @"arrogant", @"stylish"];