@sign-speak/react-sdk
Version:
Unlock Sign Language Recognition, Avatar, and Speech Recognition.
12 lines • 622 B
TypeScript
export { SignProduction } from "./components/SignProduction";
export { SignRecognition } from "./components/SignRecognition";
export { SpeechRecognition } from "./components/SpeechRecognition";
export { SpeechProduction } from "./components/SpeechProduction";
export { useSpeechRecognition } from "./hooks/sttHook";
export { useSignLanguageRecognition } from "./hooks/slrHook";
export { useSpeechProduction } from "./hooks/ttsHook";
export { useSignProduction } from "./hooks/slpHook";
export * from "./network/rest";
export * from "./network/websockets";
export * from "./network/key";
//# sourceMappingURL=index.d.ts.map