-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STT & Text processing APIs #60
Conversation
# Conflicts: # appinfo/routes.php
Possible solution found with Julius, will update this PR later |
Current Text processing APIs in core requires adjustment in provider ID to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will implement all this in each separate PRs
STT and Text-Processing are done and merged in separate PRs. Machine translation needs server side changes the same as for STT and Text-Processing, waiting for them and after that will add this API support here. |
Attempt to implement dynamic registration of Speech-To-Text and Text processing APIs.
Due to technical obstacles one unresolved task left as there is no possibility in PHP to override
::class
string, which is used for retrieving classes, implementing API interfaces widely used in Nextcloud.We can proceed with these APIs implementation after the following server PRs accepted and finished: