DimensionPerformanceDto
Details about the performance of a specific dimension.
dimensionNamestringrequired
The name of the dimension.
highPerformancePercentagefloat
The percentage of high confidence coding proposals for the dimension.
mediumPerformancePercentagefloat
The percentage of medium confidence coding proposals for the dimension.
lowPerformancePercentagefloat
The percentage of low confidence coding proposals for the dimension.
DimensionPerformanceDto
{
"dimensionName": "string",
"highPerformancePercentage": 0,
"mediumPerformancePercentage": 0,
"lowPerformancePercentage": 0
}