Member Junction
    Preparing search index...

    Interface ContentFilterResult

    Content filter/safety results from image generation

    interface ContentFilterResult {
        categories?: Record<string, boolean>;
        filtered: boolean;
        reason?: string;
    }
    Index

    Properties

    categories?: Record<string, boolean>

    Provider-specific category information

    filtered: boolean

    Whether the image was filtered/blocked

    reason?: string

    Reason for filtering if applicable