speedPriority property
double?
get
speedPriority
How much to prioritize sampling speed (latency) when selecting a model.
A value of 0 means speed is not important, while a value of 1 means speed is the most important factor.
Implementation
double? get speedPriority => _value['speedPriority'] as double?;