Converts to JSON.
Map<String, dynamic> toJson() => { 'ranker': ranker, if (scoreThreshold != null) 'score_threshold': scoreThreshold, };