UNPKG

@sign-speak/react-sdk

Version:

Unlock Sign Language Recognition, Avatar, and Speech Recognition.

14 lines 433 B
import { TimestampedEnglish } from "../network/rest"; export declare function useSignProduction(): { 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=slpHook.d.ts.map