safetyFlag property
Whether the safety checker flagged the image as NSFW. False if the checker was disabled in DiffusionConfiguration.
Implementation
@$pb.TagNumber(6)
$core.bool get safetyFlag => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set safetyFlag($core.bool value) => $_setBool(5, value);