Aspect Ratio Detection
Module Description
Module ID: aspect_ratio_detection
Module Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| only_known | boolean | true | Whether to detect only known aspect ratios from a list of known ones. |
Example
Send the following JSON as request body via POST to the /jobs/ endpoint:
{
"sources": [
"{url-to-your-image}"
],
"modules": {
"aspect_ratio_detection": {}
}
}