_sre.SRE_Match object at 0x10447bd30>, None], [<_sre.SRE_Match object at 0x10447bd98>, None], [<_sre.SRE_Match_sre.SRE_Match object at 0x1044a8238>, None], [<_sre.SRE_Match object at 0x1044a82
public void Transcribe() SpeechRecognitionEngine SRE = new SpeechRecognitionEngine();SRE.LoadGrammar(new DictationGrammar());
SRE.SpeechRecognized+= new EventHandler<SpeechRecognizedEventArgs>
当我尝试使用它时我看到了AttributeError: "'list' object has no attribute 'search'"[<_sre.SRE_Patternobject at 0x107948378>, <_sre.SRE_Pattern object at 0x107b31c70>, <_sre.SRE</e
print(type(m))返回类似这样的内容:<_sre.SRE_Match object at 0x000000000345BE68>
但是,当我导入_sre并尝试执行type(m) is SRE_Match时,异常NameError: name 'SRE_Match' is not defined被抛出。