Megosztás a következőn keresztül:


TargetIntentResult(Double) Constructor

Definition

Initializes a new instance of TargetIntentResult.

protected TargetIntentResult (double confidence);
new Azure.AI.Language.Conversations.Models.TargetIntentResult : double -> Azure.AI.Language.Conversations.Models.TargetIntentResult
Protected Sub New (confidence As Double)

Parameters

confidence
Double

The prediction score and it ranges from 0.0 to 1.0.

Applies to