speechmatics-0.1.0.0: Upload audio files to speechmatics to get a transcription
Speechmatics.JSON.PostJob
Synopsis
(.:??) :: FromJSON a => Object -> Text -> Parser (Maybe a) Source #
Workaround for https://github.com/bos/aeson/issues/287.
data PostJob Source #
Constructors
Fields
Instances
Methods
(==) :: PostJob -> PostJob -> Bool #
(/=) :: PostJob -> PostJob -> Bool #
showsPrec :: Int -> PostJob -> ShowS #
show :: PostJob -> String #
showList :: [PostJob] -> ShowS #
Associated Types
type Rep PostJob :: * -> * #
from :: PostJob -> Rep PostJob x #
to :: Rep PostJob x -> PostJob #
parseJSON :: Value -> Parser PostJob #
parseJSONList :: Value -> Parser [PostJob] #
parse :: ByteString -> Either String PostJob Source #