Documentation Index
Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Classes
NSFWImageDetectionInput
Inherits from: BaseModel
Constructor Parameters
Constructor Parameters
| Name | Type | Default | Description |
|---|---|---|---|
data | Any | - | - |
Class Variables
Class Variables
| Name | Type | Default | Description |
|---|---|---|---|
image_url | str | - | - |
NSFWImageDetectionOutput
Inherits from: BaseModel
Constructor Parameters
Constructor Parameters
| Name | Type | Default | Description |
|---|---|---|---|
data | Any | - | - |
Class Variables
Class Variables
| Name | Type | Default | Description |
|---|---|---|---|
nsfw_probability | float | - | - |
Functions
run_nsfw_estimation
| Parameter | Type | Default | Description |
|---|---|---|---|
input | NSFWImageDetectionInput | - | - |
NSFWImageDetectionOutput