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

TextAnalysisAuthoringModelFactory.TextAuthoringConfusionMatrixCell Method

Definition

Initializes a new instance of TextAuthoringConfusionMatrixCell.

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

Parameters

normalizedValue
Single

Represents normalized value in percentages.

rawValue
Single

Represents raw value.

Returns

A new TextAuthoringConfusionMatrixCell instance for mocking.

Applies to