UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

6 lines (5 loc) 144 B
export declare class RecognitionProgressEvent { static readonly type = "RecognitionProgress"; recognized: string; isEos: boolean; }