summaryrefslogtreecommitdiffstats
path: root/lib/public/SpeechToText/Events
Commit message (Collapse)AuthorAgeFilesLines
* chore: deprecate old AI APIsMarcel Klehr2024-07-263-0/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* chore: Add SPDX headerAndy Scherzinger2024-05-243-55/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Context params: Make userId nullableMarcel Klehr2023-04-193-4/+4
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* SpeechToTextManager#scheduleFileTranscription: Take context params and ↵Marcel Klehr2023-04-193-4/+24
| | | | | | expose them on the Transcription*Events Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Run cs:fixMarcel Klehr2023-04-182-2/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Transcription*Event: Add doc blockMarcel Klehr2023-04-172-0/+8
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* AbstractTranscriptionEvent: Add File paramMarcel Klehr2023-04-173-3/+16
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Add missing strict_types + author + copyrightMarcel Klehr2023-04-132-0/+48
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Split TranscriptionFinishedEvent into Successful and Failed eventsMarcel Klehr2023-04-133-28/+54
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* chore(coding style): Run cs:fixMarcel Klehr2023-04-111-1/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-111-0/+74
Signed-off-by: Marcel Klehr <mklehr@gmx.net>