UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

3 lines (2 loc) 181 B
export type IntermediateResult = { isEos: boolean; recognized: string; option?: string; timeout?: boolean }; export type Result = { id: number; result?: unknown; error?: unknown };