![]() |
KeenASR Unity Plugin 2.1.3
Unity plugin for KeenASR offline speech recognition SDK (iOS & Android)
|
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. | |
Recognition result containing the recognized text, per-word detail, and confidence.
| string KeenResearch.ASRResult.cleanText |
Clean recognition result text with special words removed.
| double KeenResearch.ASRResult.confidence |
Recognition confidence (deprecated in native SDK).
| string KeenResearch.ASRResult.text |
Full recognition result text, may include special words (e.g. <SPOKEN_NOISE>).
| ASRWord [] KeenResearch.ASRResult.words |
Array of recognized words with timing and phoneme detail.