From 53b06b84e7384ea7165e1a84eb660f2e867a7bfa Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Wed, 17 Jun 2026 08:28:53 -0700 Subject: [PATCH] fix(developer_manual): update AudioToTextSubtitles TaskType description Signed-off-by: Edward Ly --- developer_manual/digging_deeper/task_processing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/digging_deeper/task_processing.rst b/developer_manual/digging_deeper/task_processing.rst index 40669fb3c3c..e95c8e84467 100644 --- a/developer_manual/digging_deeper/task_processing.rst +++ b/developer_manual/digging_deeper/task_processing.rst @@ -100,9 +100,9 @@ The following built-in task types are available: * ``input``: ``Audio`` * Output shape: * ``output``: ``Text`` - * ``'core:audio2text:subtitles'``: This task type is for transcribing audio to a subtitles file. It is implemented by ``\OCP\TaskProcessing\TaskTypes\AudioToTextSubtitles`` + * ``'core:audio2text:subtitles'``: This task type is for transcribing audio or video to a subtitles file. It is implemented by ``\OCP\TaskProcessing\TaskTypes\AudioToTextSubtitles`` * Input shape: - * ``input``: ``Audio`` + * ``input``: ``File`` * Output shape: * ``output``: ``File`` * ``'core:text2image'``: This task type is for generating images from text prompts. It is implemented by ``\OCP\TaskProcessing\TaskTypes\TextToImage``