UNPKG

speech-rule-engine

Version:

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

5 lines (4 loc) 206 B
import { AbstractSpeechGenerator } from './abstract_speech_generator.js'; export declare class DummySpeechGenerator extends AbstractSpeechGenerator { getSpeech(_node: Element, _xml: Element): string; }