UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

26 lines 794 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PhrasePronunciationDtoV1 = exports.TokenPronunciationDtoV1 = exports.WordPronunciationDtoV1 = exports.ProsodyDtoV1 = void 0; const PauseDto = { prohibited: 'prohibited', optional: 'optional', mandatory: 'mandatory', }; const IntonationDto = { falling: 'falling', rising: 'rising', flat: 'flat', }; class ProsodyDtoV1 { } exports.ProsodyDtoV1 = ProsodyDtoV1; class WordPronunciationDtoV1 { } exports.WordPronunciationDtoV1 = WordPronunciationDtoV1; class TokenPronunciationDtoV1 { } exports.TokenPronunciationDtoV1 = TokenPronunciationDtoV1; class PhrasePronunciationDtoV1 { } exports.PhrasePronunciationDtoV1 = PhrasePronunciationDtoV1; //# sourceMappingURL=pronunciation.dto.v1.js.map