modeConfidence property

  1. @JsonKey(name: 'mode_confidence')
double? modeConfidence
getter/setter pairinherited

The confidence, from 0.0 to 1.0, of the reliability of the mode.

Implementation

@JsonKey(name: 'mode_confidence')
double? modeConfidence;