TrackingSettingData#
Type alias TrackingSettingData
Tracking Setting Data: {
currentValue: number;
description: string;
displayName: string;
key: string;
maxValue: number;
minValue: number;
showQualityThreshold: boolean;
stepSize: number;
}
currentValue: number;
description: string;
displayName: string;
key: string;
maxValue: number;
minValue: number;
showQualityThreshold: boolean;
stepSize: number;
}
Type declaration
-
current
Value: number The current value of the setting.
-
description: string
The description of the setting.
-
display
Name: string The displayed name of the setting.
-
key: string
The key of the setting.
-
max
Value: number The maximum value of the setting.
-
min
Value: number The minimum value of the setting.
-
show
Quality Threshold: boolean Whether to show the quality threshold or not.
-
step
Size: number The step size of the setting.
Data type describing the settings of the model tracker.