import ChoiceRecognition from 'itslanguage/administrative-sdk/choice-recognition/choice-recognition.js'ChoiceRecognition
ChoiceRecognition domain model.
Constructor Summary
| Public Constructor | ||
| public |
constructor(challengeId: string, userId: string, id: string, created: Date, updated: Date, audioUrl: string, recognised: string) Create a choice recognition domain model. |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Public Constructors
public constructor(challengeId: string, userId: string, id: string, created: Date, updated: Date, audioUrl: string, recognised: string) source
Create a choice recognition domain model.
Params:
| Name | Type | Attribute | Description |
| challengeId | string | The ChoiceChallenge identifier. |
|
| userId | string | The User identifier on whose behalf this audio is uploaded. |
|
| id | string | The ChoiceRecognition 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. |
|
| recognised | string | The recognised sentence. |
