UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

6 lines (5 loc) 202 B
import { IntermediateResult, Result } from '../entities/result'; export declare class AsrMessageReceivedEvent { static readonly type = "MessageReceived"; message: Result | IntermediateResult; }