import PronunciationAnalysis from 'itslanguage/administrative-sdk/pronunciation-analysis/pronunciation-analysis.js'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 |
confidenceScore: float 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:
| Name | Type | Attribute | Description |
| 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 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.
