import type * as Agora from "../index.js"; /** * Microsoft Azure Text-to-Speech configuration. */ export interface MicrosoftTts { params: Agora.MicrosoftTtsParams; /** Controls whether the TTS module skips bracketed content when reading LLM response text. */ skip_patterns?: number[]; }