Map<String, dynamic> toJson() => { 'word': word, 'start': start, 'end': end, if (confidence != null) 'confidence': confidence, };