RecognitionCandidate constructor
Constructor to create an instance of RecognitionCandidate.
Implementation
RecognitionCandidate({required this.text, required this.score});
Constructor to create an instance of RecognitionCandidate.
RecognitionCandidate({required this.text, required this.score});