summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-04-17 16:43:43 +0200
committerGitHub <noreply@github.com>2023-04-17 16:43:43 +0200
commit47cff5d651653da5c7cde1ea2eccaccca2f2add1 (patch)
treeacb684f44f39b22ca663d86638d81afe645112bc /lib
parentb0826572521c21ebf17b00422cca5dd65f7a69cd (diff)
downloadnextcloud-server-47cff5d651653da5c7cde1ea2eccaccca2f2add1.tar.gz
nextcloud-server-47cff5d651653da5c7cde1ea2eccaccca2f2add1.zip
Update lib/public/SpeechToText/ISpeechToTextManager.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/SpeechToText/ISpeechToTextManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/SpeechToText/ISpeechToTextManager.php b/lib/public/SpeechToText/ISpeechToTextManager.php
index db1502a4e71..9cf970d88ca 100644
--- a/lib/public/SpeechToText/ISpeechToTextManager.php
+++ b/lib/public/SpeechToText/ISpeechToTextManager.php
@@ -49,7 +49,6 @@ interface ISpeechToTextManager {
* @since 27.0.0
* @throws PreConditionNotMetException If no provider was registered but this method was still called
* @throws InvalidArgumentException If the file could not be found or is not of a supported type
- * @throws RuntimeException If the transcription failed for other reasons
*/
public function scheduleFileTranscription(File $file): void;