aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/SpeechToText/ISpeechToTextManager.php
Commit message (Expand)AuthorAgeFilesLines
* feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessin...Julien Veyssier2024-08-301-1/+3
* chore: deprecate old AI APIsMarcel Klehr2024-07-261-0/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
* feat(stt): add ability to cancel a scheduled transcriptionJulien Veyssier2024-03-151-0/+11
* First pass at ai admin settingsMarcel Klehr2023-08-021-0/+6
* Fix(docs): Fix parameter type in doc blockJoas Schilling2023-04-191-3/+3
* Context params: Make userId nullableMarcel Klehr2023-04-191-1/+1
* SpeechToTextManager#scheduleFileTranscription: Take context params and expose...Marcel Klehr2023-04-191-1/+4
* Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+0
* Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+1
* Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+1
* ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-131-2/+5
* ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of pathMarcel Klehr2023-04-121-1/+1
* feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-111-0/+62