speechmatics-0.2.0.0: Speechmatics api client

Safe HaskellNone
LanguageHaskell2010

Speechmatics.Client

Synopsis

Documentation

transcribeBytes :: String -> UserID -> AuthToken -> ModelName -> LazyByteFile -> IO (Either Error Value) Source #

Transcribe a file that is already loaded in memory Does not catch exeptions

transcribe :: String -> 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

type AuthToken = String Source #

Authorization token obtained from speechmatics

type UserID = Integer Source #

UserID obtained from speechmatics

type ModelName = String Source #

Which langauge model to use

data Error Source #

Instances