DimensionPerformanceDto
Details about the performance of a specific dimension.
dimensionNamestringrequired
The name of the dimension.
highPerformancePercentagenumber<float>
The percentage of high confidence coding proposals for the dimension.
mediumPerformancePercentagenumber<float>
The percentage of medium confidence coding proposals for the dimension.
lowPerformancePercentagenumber<float>
The percentage of low confidence coding proposals for the dimension.
DimensionPerformanceDto
{
"dimensionName": "string",
"highPerformancePercentage": 0,
"mediumPerformancePercentage": 0,
"lowPerformancePercentage": 0
}