UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

10 lines (9 loc) 222 B
import { PhonemeList } from './phoneme-list'; export declare class OptionWord { label: string; pronunciations: Array<PhonemeList>; } export declare class Option { label: string; words: Array<OptionWord>; }