DomainStatistics: {
    categories: {
        [key: string]: number;
    };
    censored: number;
    safe: number;
}

Censoring statistics for a single domain.

Type declaration

  • categories: {
        [key: string]: number;
    }

    Optionally provide additional categories of censored images for more granular statistics.

    • [key: string]: number
  • censored: number

    The total number of censored images.

  • safe: number

    The number of safe (i.e. not censored) images.

Generated using TypeDoc