UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

8 lines (7 loc) 252 B
import { LanguageCode } from '../../../entities'; import { PhoneArray } from './pronunciation.dto.v1'; export declare class PronunciationRequestDtoV1 { phrase: string; targetLanguage: LanguageCode; confusion?: string | Array<PhoneArray>; }