Home Manual Reference Source
public class | source

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:

NameTypeAttributeDescription
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.

Public Members

public audioUrl: string source

The audio fragment as streaming audio link.

public challengeId: string source

The SpeechChallenge identifier this speech is recorded for.

public created: Date source

The creation date of the entity.

public id: string source

The speech recording identifier.

public updated: Date source

The most recent update date of the entity.

public userId: string source

The User instance on whose behalf this audio is recorded.