![]() |
KeenASR Unity Plugin 2.1.3
Unity plugin for KeenASR offline speech recognition SDK (iOS & Android)
|
A phoneme with timing and pronunciation score. More...
Public Attributes | |
| string | text |
| Phoneme text (e.g. "W_B", "AH1_I"). Suffix indicates position: _B=begin, _I=internal, _E=end. | |
| double | pronunciationScore |
| Goodness of pronunciation score for this phoneme (0-1). Requires GoP-enabled ASR bundle. | |
| double | startTime |
| Start time of this phoneme in seconds, relative to the start of the response audio. | |
| double | duration |
| Duration of this phoneme in seconds. | |
A phoneme with timing and pronunciation score.
| double KeenResearch.ASRPhone.duration |
Duration of this phoneme in seconds.
| double KeenResearch.ASRPhone.pronunciationScore |
Goodness of pronunciation score for this phoneme (0-1). Requires GoP-enabled ASR bundle.
| double KeenResearch.ASRPhone.startTime |
Start time of this phoneme in seconds, relative to the start of the response audio.
| string KeenResearch.ASRPhone.text |
Phoneme text (e.g. "W_B", "AH1_I"). Suffix indicates position: _B=begin, _I=internal, _E=end.