![]() |
KeenASR Unity Plugin 2.1.3
Unity plugin for KeenASR offline speech recognition SDK (iOS & Android)
|
A recognized word with timing information and phoneme-level detail. More...
Public Attributes | |
| string | text |
| Word text. | |
| double | startTime |
| Start time of this word in seconds, relative to the start of the response audio. | |
| double | duration |
| Duration of this word in seconds. | |
| bool | isTag |
| True for special tokens (e.g. <SPOKEN_NOISE>, <LAUGHTER>), false for real words. | |
| ASRPhone[] | phones |
| Array of phonemes that comprise this word. Available when GoP computation is enabled. | |
A recognized word with timing information and phoneme-level detail.
| double KeenResearch.ASRWord.duration |
Duration of this word in seconds.
| bool KeenResearch.ASRWord.isTag |
True for special tokens (e.g. <SPOKEN_NOISE>, <LAUGHTER>), false for real words.
| ASRPhone [] KeenResearch.ASRWord.phones |
Array of phonemes that comprise this word. Available when GoP computation is enabled.
| double KeenResearch.ASRWord.startTime |
Start time of this word in seconds, relative to the start of the response audio.
| string KeenResearch.ASRWord.text |
Word text.