confidence property

double get confidence

The confidence in the correctness of the value. from 0 to 1.0

Implementation

double get confidence => _map["confidence"] as double;
set confidence (double value)

The confidence in the correctness of the value. from 0 to 1.0

Implementation

set confidence(double value) => _map["confidence"] = value;