aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/SpeechToText/TranscriptionJob.php
Commit message (Expand)AuthorAgeFilesLines
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-1/+1
* fix(SpeechToText): Prevent parallel runs of TranscriptionJobMarcel Klehr2023-04-231-0/+1
* SpeechToTextManager#scheduleFileTranscription: Take context params and expose...Marcel Klehr2023-04-191-0/+8
* TranscriptionJob: Add owner argument to simplify filesystem setupMarcel Klehr2023-04-191-52/+6
* TranscriptionJob: Ensure filesystem is setup before trying to retrieve fileMarcel Klehr2023-04-181-2/+54
* AbstractTranscriptionEvent: Add File paramMarcel Klehr2023-04-171-0/+8
* Add missing strict_types + author + copyrightMarcel Klehr2023-04-131-0/+24
* Split TranscriptionFinishedEvent into Successful and Failed eventsMarcel Klehr2023-04-131-10/+18
* ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-131-1/+4
* feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-111-0/+47