ConversationAnalysisAuthoringModelFactory.AnalyzeConversationAuthoringConfusionMatrixCell Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.