你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

识别结果。

返回

最佳识别的集合。

适用于