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>
pull/37674/head
Marcel Klehr 3 years ago committed by GitHub
parent b082657252
commit 47cff5d651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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;

Loading…
Cancel
Save