@sign-speak/react-sdk
Version:
Unlock Sign Language Recognition, Avatar, and Speech Recognition.
14 lines • 435 B
TypeScript
import { TimestampedEnglish } from "../network/rest";
export declare function useSpeechProduction(): {
blob: Blob | null;
loading: boolean;
error: any;
triggerProduction: (input: {
english?: string;
timestamped_english?: TimestampedEnglish[];
}, options?: {
[key: string]: any;
model?: string | undefined;
} | undefined) => Promise<Blob>;
};
//# sourceMappingURL=ttsHook.d.ts.map