Face
Functionality for vizualization results from MediaCatch Vision API
Bases: BaseViz
Class to visualize face detection results.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
file_path
|
str
|
File path. |
required |
results
|
list[dict[str, Any]]
|
Results from MediaCatch Vision API. |
required |
output_path
|
str
|
Output path. |
required |
gender
|
bool
|
Show gender. Defaults to False. |
False
|
age
|
bool
|
Show age. Defaults to False. |
False
|