aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/SpeechToText/ISpeechToTextManager.php
Commit message (Collapse)AuthorAgeFilesLines
* feat(speech-to-text): SpeechToTextManager::transcribeFile calls ↵Julien Veyssier2024-08-301-1/+3
| | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* chore: deprecate old AI APIsMarcel Klehr2024-07-261-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(stt): add ability to cancel a scheduled transcriptionJulien Veyssier2024-03-151-0/+11
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* First pass at ai admin settingsMarcel Klehr2023-08-021-0/+6
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix(docs): Fix parameter type in doc blockJoas Schilling2023-04-191-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Context params: Make userId nullableMarcel Klehr2023-04-191-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* SpeechToTextManager#scheduleFileTranscription: Take context params and ↵Marcel Klehr2023-04-191-1/+4
| | | | | | expose them on the Transcription*Events Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+0
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+1
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+1
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-131-2/+5
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of pathMarcel Klehr2023-04-121-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-111-0/+62
Signed-off-by: Marcel Klehr <mklehr@gmx.net>