React Native Firebase
    Preparing search index...

    Variable ImagenPersonFilterLevelConst Beta

    ImagenPersonFilterLevel: {
        ALLOW_ADULT: "allow_adult";
        ALLOW_ALL: "allow_all";
        BLOCK_ALL: "dont_allow";
    } = ...

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

    See the personGeneration documentation for more details.

    Type Declaration

    • ReadonlyALLOW_ADULT: "allow_adult"

      Allow generation of images containing adults only; images of children are filtered out.

      Generation of images containing people or faces may require your use case to be reviewed and approved by Cloud support; see the Responsible AI and usage guidelines for more details.

    • ReadonlyALLOW_ALL: "allow_all"

      Allow generation of images containing adults only; images of children are filtered out.

      Generation of images containing people or faces may require your use case to be reviewed and approved by Cloud support; see the Responsible AI and usage guidelines for more details.

    • ReadonlyBLOCK_ALL: "dont_allow"

      Disallow generation of images containing people or faces; images of people are filtered out.