Home Manual Reference Source
public class | source

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:

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

Public Members

public audioUrl: string source

public challengeId: string source

public created: Date source

public id: string source

public recognised: string source

public updated: Date source

public userId: string source