UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

12 lines (11 loc) 227 B
export declare type IntermediateResult = { isEos: boolean; recognized: string; option?: string; timeout?: boolean; }; export declare type Result = { id: number; result?: unknown; error?: unknown; };