Aracılığıyla paylaş


RecognizerResultExtensions.GetTopScoringIntent(RecognizerResult) Yöntem

Tanım

En yüksek puan amacını ve puanını döndürür.

public static (string intent, double score) GetTopScoringIntent (this Microsoft.Bot.Builder.RecognizerResult result);
static member GetTopScoringIntent : Microsoft.Bot.Builder.RecognizerResult -> ValueTuple<string, double>
<Extension()>
Public Function GetTopScoringIntent (result As RecognizerResult) As ValueTuple(Of String, Double)

Parametreler

result
RecognizerResult

Tanıyıcı sonucu.

Döndürülenler

Amaç ve puan.

Şunlara uygulanır