C#Speech.Recognition如何识别appendWildcard()?

时间:2018-10-10 17:02:31

标签: c# .net speech-recognition

我有以下代码,

time=1234.0
minutes=time%100 #gets the last 2 digits
hours=(time-minutes)/100
print(minutes)
print(hours)

我面临的问题是,例如,当我说“开始ABC结束”时。它识别“开始...结束”,但我希望它识别“开始ABC结束”。 希望您能为我解决这个问题。

谢谢。

0 个答案:

没有答案