confidence property

double confidence
final

Confidence score of the top prediction (0.0 to 1.0).

Represents the model's confidence in the species identification. This is typically the same as the highest probability in the probabilities map, but may be calculated differently by some models.

Implementation

final double confidence;