Skip to content

Commit e161ab6

Browse files
authored
Merge pull request #15183 from nextcloud/fix/noid/subtitles-task
fix(developer_manual): update AudioToTextSubtitles TaskType description
2 parents ecae265 + a5420a8 commit e161ab6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

developer_manual/digging_deeper/task_processing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ 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``
103+
* ``'core:audio2text:subtitles'``: This task type is for transcribing audio or video to a subtitles file. It is implemented by ``\OCP\TaskProcessing\TaskTypes\AudioToTextSubtitles``
104104
* Input shape:
105-
* ``input``: ``Audio``
105+
* ``input``: ``File``
106106
* Output shape:
107107
* ``output``: ``File``
108108
* ``'core:text2image'``: This task type is for generating images from text prompts. It is implemented by ``\OCP\TaskProcessing\TaskTypes\TextToImage``

0 commit comments

Comments
 (0)