RecognitionCandidate constructor

RecognitionCandidate(
  1. String text,
  2. double score
)

Implementation

RecognitionCandidate(this.text, this.score);