次の方法で共有


NoMatchDetails.FromResult(RecognitionResult) メソッド

定義

認識の結果が の場合に NoMatchDetails インスタンスを NoMatch作成します。

public static Microsoft.CognitiveServices.Speech.NoMatchDetails FromResult (Microsoft.CognitiveServices.Speech.RecognitionResult result);
static member FromResult : Microsoft.CognitiveServices.Speech.RecognitionResult -> Microsoft.CognitiveServices.Speech.NoMatchDetails
Public Shared Function FromResult (result As RecognitionResult) As NoMatchDetails

パラメーター

result
RecognitionResult

認識されなかった認識結果。

戻り値

作成される NoMatchDetails オブジェクト。

適用対象