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

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.
 

Detailed Description

A recognized word with timing information and phoneme-level detail.

Member Data Documentation

◆ duration

double KeenResearch.ASRWord.duration

Duration of this word in seconds.

◆ isTag

bool KeenResearch.ASRWord.isTag

True for special tokens (e.g. <SPOKEN_NOISE>, <LAUGHTER>), false for real words.

◆ phones

ASRPhone [] KeenResearch.ASRWord.phones

Array of phonemes that comprise this word. Available when GoP computation is enabled.

◆ startTime

double KeenResearch.ASRWord.startTime

Start time of this word in seconds, relative to the start of the response audio.

◆ text

string KeenResearch.ASRWord.text

Word text.