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

ConversationAuthoringProjectSettings(Single) Constructor

Definition

Initializes a new instance of ConversationAuthoringProjectSettings.

public ConversationAuthoringProjectSettings(float confidenceThreshold);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectSettings : single -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectSettings
Public Sub New (confidenceThreshold As Single)

Parameters

confidenceThreshold
Single

The threshold of the intent with the highest confidence, at which the prediction will automatically be changed to "None". The value of the threshold should be between 0 and 1 inclusive.

Applies to