KeenASR Unity Plugin 2.1.3
Unity plugin for KeenASR offline speech recognition SDK (iOS & Android)
Loading...
Searching...
No Matches
KeenResearch.ASRResult Class Reference

Recognition result containing the recognized text, per-word detail, and confidence. More...

Public Attributes

string text
 Full recognition result text, may include special words (e.g. <SPOKEN_NOISE>).
 
string cleanText
 Clean recognition result text with special words removed.
 
double confidence
 Recognition confidence (deprecated in native SDK).
 
ASRWord[] words
 Array of recognized words with timing and phoneme detail.
 

Detailed Description

Recognition result containing the recognized text, per-word detail, and confidence.

Member Data Documentation

◆ cleanText

string KeenResearch.ASRResult.cleanText

Clean recognition result text with special words removed.

◆ confidence

double KeenResearch.ASRResult.confidence

Recognition confidence (deprecated in native SDK).

◆ text

string KeenResearch.ASRResult.text

Full recognition result text, may include special words (e.g. <SPOKEN_NOISE>).

◆ words

ASRWord [] KeenResearch.ASRResult.words

Array of recognized words with timing and phoneme detail.