import SpeechRecording from 'itslanguage/administrative-sdk/speech-recording/speech-recording.js'
SpeechRecording
Constructor Summary
Public Constructor | ||
public |
constructor(challengeId: string, userId: string, id: string, created: Date, updated: Date, audioUrl: string) Create a speech recording domain model. |
Member Summary
Public Members | ||
public |
The audio fragment as streaming audio link. |
|
public |
The SpeechChallenge identifier this speech is recorded for. |
|
public |
The creation date of the entity. |
|
public |
The speech recording identifier. |
|
public |
The most recent update date of the entity. |
|
public |
The User instance on whose behalf this audio is recorded. |
Public Constructors
public constructor(challengeId: string, userId: string, id: string, created: Date, updated: Date, audioUrl: string) source
Create a speech recording domain model.
Params:
Name | Type | Attribute | Description |
challengeId | string | The SpeechChallenge identifier this speech is recorded for. |
|
userId | string | The User identifier on whose behalf this audio is recorded. |
|
id | string | The speech recording 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. |