]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update lib/public/SpeechToText/ISpeechToTextManager.php
authorMarcel Klehr <mklehr@gmx.net>
Mon, 17 Apr 2023 14:43:28 +0000 (16:43 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Apr 2023 14:43:28 +0000 (16:43 +0200)
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
lib/public/SpeechToText/ISpeechToTextManager.php

index 062f500b59c0889bcf62a50fa9ae2f855fec80d4..db1502a4e712f5d5e05478ddd97aafce644348b1 100644 (file)
@@ -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