site/node_modules/speech-rule-engine/js/audio/span.d.ts
2024-10-14 08:09:33 +02:00

10 lines
191 B
TypeScript

export declare class Span {
speech: string;
attributes: {
[key: string]: string;
};
constructor(speech: string, attributes: {
[key: string]: string;
});
}