Skip to content

PersistentAI API Documentation / @persistentai/fireflow-nodes / PersonGeneration

Enumeration: PersonGeneration

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/imagen-types.ts:78

Person generation control for content safety Controls whether generated images can include people

Enumeration Members

AllowAdult

AllowAdult: "allow_adult"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/imagen-types.ts:82

Allow adult people only (default)


AllowAll

AllowAll: "allow_all"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/imagen-types.ts:84

Allow all people including children (restricted in EU/UK/CH/MENA)


DontAllow

DontAllow: "dont_allow"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/imagen-types.ts:80

Block generation of people entirely

Licensed under BUSL-1.1