UNPKG

speech-rule-engine

Version:

A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.

5 lines (4 loc) 192 B
import { TreeSpeechGenerator } from './tree_speech_generator.js'; export declare class NodeSpeechGenerator extends TreeSpeechGenerator { getSpeech(node: Element, _xml: Element): string; }