speechmatics-0.7.0.0: Speechmatics api client

Safe HaskellNone
LanguageHaskell2010

Speechmatics.Client

Synopsis

Documentation

transcribeBytes :: ByteConfig -> LoadedFile -> LoggingT IO (Either Error Value) Source #

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

transcribe :: Location -> Options -> [Part] -> LoggingT 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 = Maybe Text Source #

Authorization token obtained from speechmatics

type UserID = Integer Source #

UserID obtained from speechmatics

data Error Source #

Instances

data Format Source #

Constructors

JsonV1 
JsonV2 

data Location Source #

Configuration data for transcribe function has less configuration then transcribeBytes because the function accepts much more generic parts

Constructors

Location 

data ByteConfig Source #

Configuration data for transcribeBytes function

Constructors

ByteConfig 

Fields