Home Manual Reference Source
public class | source

PronunciationAnalysis

Constructor Summary

Public Constructor
public

constructor(challengeId: string, userId: string, id: string, created: Date, updated: Date, audioUrl: string, score: number, confidenceScore: float, words: Word[])

Create a pronunciation analysis domain model.

Member Summary

Public Members
public

The audio fragment as streaming audio link.

public

The PronunciationChallenge identifier.

public

This value provides a reliable prediction that the pronounced phonemes are actually the phonemes that are supposed to be pronounced.

public

The creation date of the entity.

public

The pronunciation analysis identifier.

public

The average score of all phonemes grading the entire attempt.

public

The most recent update date of the entity.

public

The user identifier on whose behalf this audio is uploaded.

public

words: Word[][]

The spoken sentence, split in graphemes per word.

Public Constructors

public constructor(challengeId: string, userId: string, id: string, created: Date, updated: Date, audioUrl: string, score: number, confidenceScore: float, words: Word[]) source

Create a pronunciation analysis domain model.

Params:

NameTypeAttributeDescription
challengeId string

The challenge identifier.

userId string

The user identifier on whose behalf this audio is uploaded.

id string

The pronunciation analysis identifier.

created Date

The creation date of the entity.

updated Date

The most recent update date of the entity.

audioUrl string

The audio fragment as streaming audio link.

score number

The average score of all phonemes grading the entire attempt.

confidenceScore float

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

words Word[]

The spoken sentence, split in graphemes per word.

Public Members

public audioUrl: string source

The audio fragment as streaming audio link.

public challengeId: string source

The PronunciationChallenge identifier.

public confidenceScore: float source

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

public created: Date source

The creation date of the entity.

public id: string source

The pronunciation analysis identifier.

public score: number source

The average score of all phonemes grading the entire attempt.

public updated: Date source

The most recent update date of the entity.

public userId: string source

The user identifier on whose behalf this audio is uploaded.

public words: Word[][] source

The spoken sentence, split in graphemes per word.