speechmatics-0.7.0.0: Speechmatics api client

Safe HaskellNone
LanguageHaskell2010

Speechmatics.JSON.PeekJob

Description

Generated from json response, now it's type safe, see the tests

Synopsis

Documentation

data Job Source #

Constructors

Job 

Instances

Eq Job Source # 

Methods

(==) :: Job -> Job -> Bool #

(/=) :: Job -> Job -> Bool #

Show Job Source # 

Methods

showsPrec :: Int -> Job -> ShowS #

show :: Job -> String #

showList :: [Job] -> ShowS #

Generic Job Source # 

Associated Types

type Rep Job :: * -> * #

Methods

from :: Job -> Rep Job x #

to :: Rep Job x -> Job #

FromJSON Job Source # 
type Rep Job Source # 
type Rep Job = D1 * (MetaData "Job" "Speechmatics.JSON.PeekJob" "speechmatics-0.7.0.0-A08J2IwPHC94Xxahv6XOwU" False) (C1 * (MetaCons "Job" PrefixI True) (S1 * (MetaSel (Just Symbol "jobCheckWait") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Integer))))

data TopLevel Source #

Constructors

TopLevel 

Fields

Instances

Eq TopLevel Source # 
Show TopLevel Source # 
Generic TopLevel Source # 

Associated Types

type Rep TopLevel :: * -> * #

Methods

from :: TopLevel -> Rep TopLevel x #

to :: Rep TopLevel x -> TopLevel #

FromJSON TopLevel Source # 
type Rep TopLevel Source # 
type Rep TopLevel = D1 * (MetaData "TopLevel" "Speechmatics.JSON.PeekJob" "speechmatics-0.7.0.0-A08J2IwPHC94Xxahv6XOwU" False) (C1 * (MetaCons "TopLevel" PrefixI True) (S1 * (MetaSel (Just Symbol "topLevelJob") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Job)))