UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

7 lines (5 loc) 226 B
import { IntermediateResult, Result } from '../entities/result'; export class AsrMessageReceivedEvent { static readonly type = 'MessageReceived'; message: Result | IntermediateResult = { isEos: false, recognized: '' }; }