aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/SpeechToText/ISpeechToTextManager.php
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-04-17 16:43:28 +0200
committerGitHub <noreply@github.com>2023-04-17 16:43:28 +0200
commitb0826572521c21ebf17b00422cca5dd65f7a69cd (patch)
treeb2d67a730e5d2127c6042c3862ed2b5a571ecbe0 /lib/public/SpeechToText/ISpeechToTextManager.php
parentaac6a186c105f4fcb492078511d85d6588aa692f (diff)
downloadnextcloud-server-b0826572521c21ebf17b00422cca5dd65f7a69cd.tar.gz
nextcloud-server-b0826572521c21ebf17b00422cca5dd65f7a69cd.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/public/SpeechToText/ISpeechToTextManager.php')
-rw-r--r--lib/public/SpeechToText/ISpeechToTextManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/SpeechToText/ISpeechToTextManager.php b/lib/public/SpeechToText/ISpeechToTextManager.php
index 062f500b59c..db1502a4e71 100644
--- a/lib/public/SpeechToText/ISpeechToTextManager.php
+++ b/lib/public/SpeechToText/ISpeechToTextManager.php
@@ -56,7 +56,7 @@ interface ISpeechToTextManager {
/**
* @since 27.0.0
* @param File $file The media file to transcribe
- * @returns string The transcription of the the passed media file
+ * @returns string The transcription of the passed media file
* @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