Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Item = MkItem {}
- data ItemType
- vocabularyFilterMatch :: Lens' Item (Maybe Bool)
- stable :: Lens' Item (Maybe Bool)
- speaker :: Lens' Item (Maybe Text)
- itemType :: Lens' Item (Maybe ItemType)
- iStartTime :: Lens' Item (Maybe Double)
- iEndTime :: Lens' Item (Maybe Double)
- content :: Lens' Item (Maybe Text)
- confidence :: Lens' Item (Maybe Double)
Documentation
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
MkItem | |
|