[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-20 UTC."],[],[],null,["# ImagenSafetySettings interface\n\n\u003e This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.\n\nSettings for controlling the aggressiveness of filtering out sensitive content.\n\nSee the [documentation](http://firebase.google.com/docs/vertex-ai/generate-images) for more details.\n\n**Signature:** \n\n export interface ImagenSafetySettings \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------------------|------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|\n| [personFilterLevel](./ai.imagensafetysettings.md#imagensafetysettingspersonfilterlevel) | [ImagenPersonFilterLevel](./ai.md#imagenpersonfilterlevel) | ***(Public Preview)*** A filter level controlling whether generation of images containing people or faces is allowed. |\n| [safetyFilterLevel](./ai.imagensafetysettings.md#imagensafetysettingssafetyfilterlevel) | [ImagenSafetyFilterLevel](./ai.md#imagensafetyfilterlevel) | ***(Public Preview)*** A filter level controlling how aggressive to filter out sensitive content from generated images. |\n\nImagenSafetySettings.personFilterLevel\n--------------------------------------\n\n\u003e This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.\n\nA filter level controlling whether generation of images containing people or faces is allowed.\n\n**Signature:** \n\n personFilterLevel?: ImagenPersonFilterLevel;\n\nImagenSafetySettings.safetyFilterLevel\n--------------------------------------\n\n\u003e This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.\n\nA filter level controlling how aggressive to filter out sensitive content from generated images.\n\n**Signature:** \n\n safetyFilterLevel?: ImagenSafetyFilterLevel;"]]