次の方法で共有


SpeechRecognitionResultExtensions.Best(SpeechRecognitionResult) メソッド

定義

認識エンジンが詳細な出力形式で作成された場合は、結果に対して可能な限り最適な認識を返します。

public static System.Collections.Generic.IEnumerable<Microsoft.CognitiveServices.Speech.DetailedSpeechRecognitionResult> Best (this Microsoft.CognitiveServices.Speech.SpeechRecognitionResult result);
static member Best : Microsoft.CognitiveServices.Speech.SpeechRecognitionResult -> seq<Microsoft.CognitiveServices.Speech.DetailedSpeechRecognitionResult>
<Extension()>
Public Function Best (result As SpeechRecognitionResult) As IEnumerable(Of DetailedSpeechRecognitionResult)

パラメーター

result
SpeechRecognitionResult

認識結果。

戻り値

最適な認識のコレクション。

適用対象