@rishabhbothra/imagery
    Preparing search index...

    Interface ImageSafetyResult

    interface ImageSafetyResult {
        blocked?: boolean;
        categories?: {
            blocked?: boolean;
            category: string;
            probability?: string;
            threshold?: string;
        }[];
        overrides?: { provider: ImageProvider; setting: string; value: string }[];
        providerReason?: string;
    }
    Index

    Properties

    blocked?: boolean
    categories?: {
        blocked?: boolean;
        category: string;
        probability?: string;
        threshold?: string;
    }[]
    overrides?: { provider: ImageProvider; setting: string; value: string }[]
    providerReason?: string