]> source.dussan.org Git - nextcloud-server.git/commit
Split TranscriptionFinishedEvent into Successful and Failed events
authorMarcel Klehr <mklehr@gmx.net>
Thu, 13 Apr 2023 10:12:07 +0000 (12:12 +0200)
committerMarcel Klehr <mklehr@gmx.net>
Thu, 13 Apr 2023 10:12:07 +0000 (12:12 +0200)
commita8d3fff648c4c6f5be3e37c09f9168e5b7c0e8f8
tree6115b6748d00997155016d708879e796bfe21344
parent176f1af26a6bf7c62cadd04448b73839296653c0
Split TranscriptionFinishedEvent into Successful and Failed events

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
lib/private/SpeechToText/SpeechToTextManager.php
lib/private/SpeechToText/TranscriptionJob.php
lib/public/SpeechToText/Events/AbstractTranscriptionEvent.php [new file with mode: 0644]
lib/public/SpeechToText/Events/TranscriptionFailedEvent.php [new file with mode: 0644]
lib/public/SpeechToText/Events/TranscriptionFinishedEvent.php [deleted file]
lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php [new file with mode: 0644]