Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
transcribeBytes :: UserID -> AuthToken -> ModelName -> LazyByteFile -> IO (Either Error Value) Source #
Transcribe a file that is already loaded in memory Does not catch exeptions
transcribe :: UserID -> AuthToken -> Options -> [Part] -> IO (Either Error Value) Source #
More general transcription interface, allows custom parts to be inserted with whatever the user wants. Does not catch exeptions