Skip to content

Commit 6c1d002

Browse files
authored
Merge pull request #15103 from nextcloud/feat/noid/subtitles-task
feat(developer_manual): add AudioToTextSubtitles TaskType for TaskProcessing
2 parents 0335db3 + bb084c8 commit 6c1d002

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

developer_manual/digging_deeper/task_processing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ The following built-in task types are available:
100100
* ``input``: ``Audio``
101101
* Output shape:
102102
* ``output``: ``Text``
103+
* ``'core:audio2text:subtitles'``: This task type is for transcribing audio to a subtitles file. It is implemented by ``\OCP\TaskProcessing\TaskTypes\AudioToTextSubtitles``
104+
* Input shape:
105+
* ``input``: ``Audio``
106+
* Output shape:
107+
* ``output``: ``File``
103108
* ``'core:text2image'``: This task type is for generating images from text prompts. It is implemented by ``\OCP\TaskProcessing\TaskTypes\TextToImage``
104109
* Input shape:
105110
* ``input``: ``Text``

0 commit comments

Comments
 (0)