Table of Contents

Enum ImageNsfwLevel

Namespace
CivitaiSharp.Core.Models
Assembly
CivitaiSharp.Core.dll

NSFW levels for images used in API queries.

public enum ImageNsfwLevel
Extension Methods

Fields

Explicit = 3

Explicit adult content. Maps to API value "X".

Mature = 2

Adult-oriented content that may be explicit. Maps to API value "Mature".

None = 0

Safe for work content with no adult themes. Maps to API value "None".

Soft = 1

Mildly suggestive content but not explicit. Maps to API value "Soft".

Remarks

API string mappings are defined in ApiStringRegistry.