export * from "./chat/client/requests/index.js"; export * as chat from "./chat/index.js"; export * from "./documentIntelligence/client/requests/index.js"; export * as documentIntelligence from "./documentIntelligence/index.js"; export * from "./pronunciationDictionary/client/requests/index.js"; export * as pronunciationDictionary from "./pronunciationDictionary/index.js"; export * from "./speechToText/client/requests/index.js"; export * as speechToText from "./speechToText/index.js"; export * from "./speechToTextJob/client/requests/index.js"; export * as speechToTextJob from "./speechToTextJob/index.js"; export * as speechToTextStreaming from "./speechToTextStreaming/index.js"; export * from "./speechToTextStreaming/types/index.js"; export * from "./speechToTextTranslateJob/client/requests/index.js"; export * as speechToTextTranslateJob from "./speechToTextTranslateJob/index.js"; export * as speechToTextTranslateStreaming from "./speechToTextTranslateStreaming/index.js"; export * from "./speechToTextTranslateStreaming/types/index.js"; export * from "./text/client/requests/index.js"; export * as text from "./text/index.js"; export * from "./textToSpeech/client/requests/index.js"; export * as textToSpeech from "./textToSpeech/index.js"; export * as textToSpeechStreaming from "./textToSpeechStreaming/index.js"; export * from "./textToSpeechStreaming/types/index.js";