mirror of
https://github.com/imputnet/cobalt.git
synced 2025-08-15 17:08:28 +00:00
docs/api: add info about subtitle bool in local processing response
This commit is contained in:
parent
f7e5951410
commit
4ff4766bda
@ -122,10 +122,11 @@ the response will always be a JSON object containing the `status` key, which is
|
|||||||
|
|
||||||
#### output object
|
#### output object
|
||||||
| key | type | value |
|
| key | type | value |
|
||||||
|:-----------|:---------|:----------------------------------------------------------------------------------|
|
|:------------|:----------|:----------------------------------------------------------------------------------|
|
||||||
| `type` | `string` | mime type of the output file |
|
| `type` | `string` | mime type of the output file |
|
||||||
| `filename` | `string` | filename of the output file |
|
| `filename` | `string` | filename of the output file |
|
||||||
| `metadata` | `object` | metadata associated with the file (optional, [see below](#outputmetadata-object)) |
|
| `metadata` | `object` | metadata associated with the file (optional, [see below](#outputmetadata-object)) |
|
||||||
|
| `subtitles` | `boolean` | whether tunnels include a subtitle file |
|
||||||
|
|
||||||
#### output.metadata object
|
#### output.metadata object
|
||||||
all keys in this table are optional.
|
all keys in this table are optional.
|
||||||
|
Loading…
Reference in New Issue
Block a user