UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

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