add initial marp implementation with sample content and build configuration
This commit is contained in:
32
node_modules/speech-rule-engine/mjs/common/engine_const.d.ts
generated
vendored
Normal file
32
node_modules/speech-rule-engine/mjs/common/engine_const.d.ts
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
export declare enum Mode {
|
||||
SYNC = "sync",
|
||||
ASYNC = "async",
|
||||
HTTP = "http"
|
||||
}
|
||||
export declare enum personalityProps {
|
||||
PITCH = "pitch",
|
||||
RATE = "rate",
|
||||
VOLUME = "volume",
|
||||
PAUSE = "pause",
|
||||
JOIN = "join",
|
||||
LAYOUT = "layout"
|
||||
}
|
||||
export declare const personalityPropList: personalityProps[];
|
||||
export declare enum Speech {
|
||||
NONE = "none",
|
||||
SHALLOW = "shallow",
|
||||
DEEP = "deep"
|
||||
}
|
||||
export declare enum Markup {
|
||||
NONE = "none",
|
||||
LAYOUT = "layout",
|
||||
COUNTING = "counting",
|
||||
PUNCTUATION = "punctuation",
|
||||
SSML = "ssml",
|
||||
ACSS = "acss",
|
||||
SABLE = "sable",
|
||||
VOICEXML = "voicexml"
|
||||
}
|
||||
export declare const DOMAIN_TO_STYLES: {
|
||||
[key: string]: string;
|
||||
};
|
||||
Reference in New Issue
Block a user