UNPKG

noirsight

Version:

Deepfake Detection & Content Analyser Wrapper

7 lines 250 B
import { PostResponse } from "../types"; declare const refineConfidence: ({ label, confidence }: PostResponse) => { label: "real" | "fake"; confidence: number; }; export default refineConfidence; //# sourceMappingURL=refineConfidence.d.ts.map