Home Manual Reference Source
public class | source

Phoneme

Constructor Summary

Public Constructor
public

constructor(ipa: string, score: float, confidenceScore: float, verdict: string)

Create a phoneme domain model.

Member Summary

Public Members
public
public
public

score: float

public

Public Constructors

public constructor(ipa: string, score: float, confidenceScore: float, verdict: string) source

Create a phoneme domain model.

Params:

NameTypeAttributeDescription
ipa string

The pronunciation of the grapheme(s) indicated as International Phonetic Alphabet (IPA).

score float

The audio is scored per phoneme and consists of several measurements. 0 would be bad, 1 the perfect score.

confidenceScore float

This value provides a reliable prediction that the pronounced phoneme is actually the phoneme that is supposed to be pronounced. There is no absolute scale defined yet.

verdict string

Bad when the score is below 0.4, moderate when equal to 0.4 or between 0.4 and 0.6. good when the score is 0.6 or above.

Public Members

public confidenceScore: float source

public ipa: string source

public score: float source

public verdict: string source