diff --git a/developer_manual/digging_deeper/speech-to-text.rst b/developer_manual/digging_deeper/speech-to-text.rst index ceb157a02..c18bb38e2 100644 --- a/developer_manual/digging_deeper/speech-to-text.rst +++ b/developer_manual/digging_deeper/speech-to-text.rst @@ -6,6 +6,9 @@ Speech-To-Text .. versionadded:: 27 +.. deprecated:: 30 + Use the TaskProcessing API instead + Nextcloud offers a **Speech-To-Text** API. The overall idea is that there is a central OCP API that apps can use to request transcriptions of audio or video files. To be technology agnostic any app can provide this Speech-To-Text functionality by registering a Speech-To-Text provider. Consuming the Speech-To-Text API @@ -182,4 +185,4 @@ The provider class is registered via the :ref:`bootstrap mechanism