Uses of Class
org.opencastproject.speechtotext.async.persistence.SpeechToTextControl
Packages that use SpeechToTextControl
-
Uses of SpeechToTextControl in org.opencastproject.speechtotext.async.persistence
Methods in org.opencastproject.speechtotext.async.persistence that return SpeechToTextControlModifier and TypeMethodDescriptionSpeechToTextDatabase.storeSpeechToTextControl(String mediaPackageId, long workflowId, JpaJob job) protected SpeechToTextControlSpeechToTextDatabase.storeSpeechToTextControl(SpeechToTextControl entity) Methods in org.opencastproject.speechtotext.async.persistence that return types with arguments of type SpeechToTextControlModifier and TypeMethodDescriptionSpeechToTextDatabase.findByStatus(SpeechToTextControl.Status... status) Returns a list of STT controls that are in one of the status passed.SpeechToTextDatabase.findByWorkflowId(long workflowId) Returns a list of STT controls that were created in the scope of a specific workflow.Methods in org.opencastproject.speechtotext.async.persistence with parameters of type SpeechToTextControlModifier and TypeMethodDescriptionprotected SpeechToTextControlSpeechToTextDatabase.storeSpeechToTextControl(SpeechToTextControl entity)