interface QualityIndicatorOptions {
    method?: QualityIndicatorMethod;
    successThreshold?: number;
}

Properties

successThreshold?: number