UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

8 lines (7 loc) 358 B
export * from './confusions-api'; export * from './dto/pronunciation-request.dto.v1'; export * from './dto/pronunciation.dto.v1'; export * from './dto/pronunciation.dto.v2'; export { MetadataDtoV1, MetadataRequestDtoV1, Configuration as PronunciationApiConfiguration } from './generated'; export * from './metadata-api'; export * from './pronunciation-api';