UNPKG

speech-rule-engine

Version:

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

5 lines (4 loc) 204 B
import { AbstractSpeechGenerator } from './abstract_speech_generator.js'; export declare class AdhocSpeechGenerator extends AbstractSpeechGenerator { getSpeech(node: Element, xml: Element): string; }