microsoft-translator-0.1.0.0: Bindings to the Microsoft Translator API

Safe HaskellNone
LanguageHaskell2010

Microsoft.Translator.API

Synopsis

Documentation

data ArrayRequest Source #

Constructors

ArrayRequest 

Fields

newtype ArrayResponse Source #

Constructors

ArrayResponse 

Instances

Show ArrayResponse Source # 
Generic ArrayResponse Source # 

Associated Types

type Rep ArrayResponse :: * -> * #

type Rep ArrayResponse Source # 
type Rep ArrayResponse = D1 * (MetaData "ArrayResponse" "Microsoft.Translator.API" "microsoft-translator-0.1.0.0-KAN9eIyd1CjKxyJQYwBcwG" True) (C1 * (MetaCons "ArrayResponse" PrefixI True) (S1 * (MetaSel (Just Symbol "getArrayResponse") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * [TransItem])))

data TransItem Source #

Constructors

TransItem 

Instances

Show TransItem Source # 
Generic TransItem Source # 

Associated Types

type Rep TransItem :: * -> * #

type Rep TransItem Source # 
type Rep TransItem = D1 * (MetaData "TransItem" "Microsoft.Translator.API" "microsoft-translator-0.1.0.0-KAN9eIyd1CjKxyJQYwBcwG" False) (C1 * (MetaCons "TransItem" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "transText") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "originalBreaks") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * [Int])) (S1 * (MetaSel (Just Symbol "translatedBreaks") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * [Int])))))