speech-rule-engine
Version:
A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.
11 lines (10 loc) • 386 B
TypeScript
import { AbstractSpeechGenerator } from './abstract_speech_generator.js';
export declare class ColorGenerator extends AbstractSpeechGenerator {
modality: any;
contrast: any;
private static visitStree_;
getSpeech(node: Element, _xml: Element): string;
generateSpeech(node: Element, xml: Element | string): string;
private colorLeaves_;
private colorLeave_;
}