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

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.
 

Detailed Description

A phoneme with timing and pronunciation score.

Member Data Documentation

◆ duration

double KeenResearch.ASRPhone.duration

Duration of this phoneme in seconds.

◆ pronunciationScore

double KeenResearch.ASRPhone.pronunciationScore

Goodness of pronunciation score for this phoneme (0-1). Requires GoP-enabled ASR bundle.

◆ startTime

double KeenResearch.ASRPhone.startTime

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

◆ text

string KeenResearch.ASRPhone.text

Phoneme text (e.g. "W_B", "AH1_I"). Suffix indicates position: _B=begin, _I=internal, _E=end.