React Native Firebase
    Preparing search index...

    Enumeration HarmBlockThreshold

    Threshold above which a prompt or candidate will be blocked.

    Index

    Enumeration Members

    BLOCK_LOW_AND_ABOVE: "BLOCK_LOW_AND_ABOVE"

    Content with NEGLIGIBLE will be allowed.

    BLOCK_MEDIUM_AND_ABOVE: "BLOCK_MEDIUM_AND_ABOVE"

    Content with NEGLIGIBLE and LOW will be allowed.

    BLOCK_NONE: "BLOCK_NONE"

    All content will be allowed.

    BLOCK_ONLY_HIGH: "BLOCK_ONLY_HIGH"

    Content with NEGLIGIBLE, LOW, and MEDIUM will be allowed.

    OFF: "OFF"

    All content will be allowed. This is the same as BLOCK_NONE, but the metadata corresponding to the HarmCategory will not be present in the response.