aws-transcribe-ws-0.0.1.0: Websocket streaming to Amazon Transcribe service
Safe HaskellNone
LanguageHaskell2010

AWS.Transcribe.StreamingResponse

Synopsis

Documentation

data StreamingError Source #

 

Constructors

BadRequestException 
InternalFailureException 
LimitExceededException 
UnrecognizedClientException 
TranscriptEventError String

An error in decoding a TranscriptEvent

OtherStreamingError Message String

An unrecognised exception type or a binary decoding error. The original message is returned along with a possible description of the error

data Result Source #

Instances

Instances details
Eq Result Source # 
Instance details

Defined in AWS.Transcribe.StreamingResponse

Methods

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

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

Show Result Source # 
Instance details

Defined in AWS.Transcribe.StreamingResponse

ToJSON Result Source # 
Instance details

Defined in AWS.Transcribe.StreamingResponse

FromJSON Result Source # 
Instance details

Defined in AWS.Transcribe.StreamingResponse

data Item Source #

A word, phrase, or punctuation mark that is transcribed from the input audio. https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_Item.html

Instances

Instances details
Eq Item Source # 
Instance details

Defined in AWS.Transcribe.Item

Methods

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

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

Show Item Source # 
Instance details

Defined in AWS.Transcribe.Item

Methods

showsPrec :: Int -> Item -> ShowS #

show :: Item -> String #

showList :: [Item] -> ShowS #

FromJSON Item Source # 
Instance details

Defined in AWS.Transcribe.Item

data ItemType Source #

The type of the Item

Constructors

Pronunciation

Indicates that the Item is a word that was recognized in the input audio

Punctuation

Indicates that the Item was interpreted as a pause in the input audio

Instances

Instances details
Eq ItemType Source # 
Instance details

Defined in AWS.Transcribe.Item

Show ItemType Source # 
Instance details

Defined in AWS.Transcribe.Item

FromJSON ItemType Source # 
Instance details

Defined in AWS.Transcribe.Item