SFSpeechRecognitionTaskDelegate.DidDetectSpeech 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
系统在检测到语音后不久调用此方法。
[Foundation.Export("speechRecognitionDidDetectSpeech:")]
public virtual void DidDetectSpeech (Speech.SFSpeechRecognitionTask task);
abstract member DidDetectSpeech : Speech.SFSpeechRecognitionTask -> unit
override this.DidDetectSpeech : Speech.SFSpeechRecognitionTask -> unit
参数
SFSpeechRecognitionTask此为委托对象的 。
- 属性