SFSpeechRecognizer
对于我的用例来说非常不准确。我尝试设置contextual
字符串,因为我有一组要匹配的单词。但它仍然无法这样做。我需要任何其他配置吗?
我正在使用 Apple 提供的示例项目,只有以下更改:
recognitionRequest.contextualStrings = @[@"iron man", @"metal", @"stark", @"superhero", @"boyfriend", @"pepper", @"arrogant", @"stylish"];