voicebase-0.1.1.1: Upload audio files to voicebase to get a transcription

Safe HaskellNone
LanguageHaskell2010

Json.SubmitMediaTypes

Description

Auto generated module by json-autotype

Synopsis

Documentation

data Self Source #

Constructors

Self 

Fields

Instances

Eq Self Source # 

Methods

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

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

Show Self Source # 

Methods

showsPrec :: Int -> Self -> ShowS #

show :: Self -> String #

showList :: [Self] -> ShowS #

Generic Self Source # 

Associated Types

type Rep Self :: * -> * #

Methods

from :: Self -> Rep Self x #

to :: Rep Self x -> Self #

ToJSON Self Source # 
FromJSON Self Source # 
type Rep Self Source # 
type Rep Self = D1 * (MetaData "Self" "Json.SubmitMediaTypes" "voicebase-0.1.1.1-Br6UmBSv4ILTgxXO7vsoY" False) (C1 * (MetaCons "Self" PrefixI True) (S1 * (MetaSel (Just Symbol "selfHref") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))

data Links Source #

Constructors

Links 

Fields

data Metadata Source #

Constructors

Metadata 

Instances

Eq Metadata Source # 
Show Metadata Source # 
Generic Metadata Source # 

Associated Types

type Rep Metadata :: * -> * #

Methods

from :: Metadata -> Rep Metadata x #

to :: Rep Metadata x -> Metadata #

ToJSON Metadata Source # 
FromJSON Metadata Source # 
type Rep Metadata Source # 
type Rep Metadata = D1 * (MetaData "Metadata" "Json.SubmitMediaTypes" "voicebase-0.1.1.1-Br6UmBSv4ILTgxXO7vsoY" False) (C1 * (MetaCons "Metadata" PrefixI False) (U1 *))

data TopLevel Source #