From: Marcel Klehr Date: Mon, 17 Apr 2023 14:43:28 +0000 (+0200) Subject: Update lib/public/SpeechToText/ISpeechToTextManager.php X-Git-Tag: v27.0.0beta1~117^2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b0826572521c21ebf17b00422cca5dd65f7a69cd;p=nextcloud-server.git Update lib/public/SpeechToText/ISpeechToTextManager.php Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr --- 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