React Native Firebase
    Preparing search index...

    Interface ImagenSafetySettingsBeta

    Settings for controlling the aggressiveness of filtering out sensitive content.

    See the documentation for more details.

    interface ImagenSafetySettings {
        personFilterLevel?: ImagenPersonFilterLevel;
        safetyFilterLevel?: ImagenSafetyFilterLevel;
    }
    Index

    Properties

    personFilterLevel?: ImagenPersonFilterLevel

    A filter level controlling whether generation of images containing people or faces is allowed.

    safetyFilterLevel?: ImagenSafetyFilterLevel

    A filter level controlling how aggressive to filter out sensitive content from generated images.