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

ConversationAnalysisAuthoringModelFactory.AnalyzeConversationAuthoringConfusionMatrixCell Method

Definition

Initializes a new instance of AnalyzeConversationAuthoringConfusionMatrixCell.

public static Azure.AI.Language.Conversations.Authoring.AnalyzeConversationAuthoringConfusionMatrixCell AnalyzeConversationAuthoringConfusionMatrixCell(float normalizedValue = 0, float rawValue = 0);
static member AnalyzeConversationAuthoringConfusionMatrixCell : single * single -> Azure.AI.Language.Conversations.Authoring.AnalyzeConversationAuthoringConfusionMatrixCell
Public Shared Function AnalyzeConversationAuthoringConfusionMatrixCell (Optional normalizedValue As Single = 0, Optional rawValue As Single = 0) As AnalyzeConversationAuthoringConfusionMatrixCell

Parameters

normalizedValue
Single

Represents normalized value in percentages.

rawValue
Single

Represents raw value.

Returns

A new AnalyzeConversationAuthoringConfusionMatrixCell instance for mocking.

Applies to