UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

12 lines (11 loc) 250 B
import { Pause } from '../pauses'; export declare enum Intonation { 'falling' = "falling", 'rising' = "rising", 'flat' = "flat" } export declare class ProsodyTarget { pause?: Pause; intonation?: Intonation; stress?: number; }