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 = 3Explicit adult content. Maps to API value "X".
Mature = 2Adult-oriented content that may be explicit. Maps to API value "Mature".
None = 0Safe for work content with no adult themes. Maps to API value "None".
Soft = 1Mildly suggestive content but not explicit. Maps to API value "Soft".
Remarks
API string mappings are defined in ApiStringRegistry.