threshold property

  1. @JsonKey(name: r'threshold')
int? threshold
final

Recommendations with a confidence score lower than threshold won't appear in results. > Note: Each recommendation has a confidence score of 0 to 100. The closer the score is to 100, the more relevant the recommendations are.

Implementation

// minimum: 0
// maximum: 100
@JsonKey(name: r'threshold')
final int? threshold;