次の方法で共有


SFSpeechRecognitionTaskDelegate_Extensions.DidFinishSuccessfully メソッド

定義

が完了した後、システムはこのメソッドを task 呼び出します。

public static void DidFinishSuccessfully (this Speech.ISFSpeechRecognitionTaskDelegate This, Speech.SFSpeechRecognitionTask task, bool successfully);
static member DidFinishSuccessfully : Speech.ISFSpeechRecognitionTaskDelegate * Speech.SFSpeechRecognitionTask * bool -> unit

パラメーター

This
ISFSpeechRecognitionTaskDelegate

この拡張メソッドが動作するインスタンス。

task
SFSpeechRecognitionTask

SFSpeechRecognitionTaskこれがデリゲート オブジェクトである 。

successfully
Boolean

true 音声認識がエラーまたは取り消しなしで終了した場合。

適用対象