threshold property
Minimum score a recommendation must have to be included in the response.
Implementation
// minimum: 0
// maximum: 100
@JsonKey(name: r'threshold')
final double threshold;
Minimum score a recommendation must have to be included in the response.
// minimum: 0
// maximum: 100
@JsonKey(name: r'threshold')
final double threshold;