libZSservicesZSamazonka-transcribeZSamazonka-transcribe
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Transcribe.Types.VocabularyInfo

Description

 
Synopsis

Documentation

data VocabularyInfo Source #

Provides information about a custom vocabulary.

See: newVocabularyInfo smart constructor.

Constructors

VocabularyInfo' 

Fields

Instances

Instances details
Eq VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

Read VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

Show VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

Generic VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

Associated Types

type Rep VocabularyInfo :: Type -> Type #

NFData VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

Methods

rnf :: VocabularyInfo -> () #

Hashable VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

FromJSON VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

type Rep VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

type Rep VocabularyInfo = D1 ('MetaData "VocabularyInfo" "Amazonka.Transcribe.Types.VocabularyInfo" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "VocabularyInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "vocabularyState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VocabularyState)))))

newVocabularyInfo :: VocabularyInfo Source #

Create a value of VocabularyInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:languageCode:VocabularyInfo', vocabularyInfo_languageCode - The language code of the vocabulary entries.

$sel:vocabularyName:VocabularyInfo', vocabularyInfo_vocabularyName - The name of the vocabulary.

$sel:lastModifiedTime:VocabularyInfo', vocabularyInfo_lastModifiedTime - The date and time that the vocabulary was last modified.

$sel:vocabularyState:VocabularyInfo', vocabularyInfo_vocabularyState - The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

vocabularyInfo_languageCode :: Lens' VocabularyInfo (Maybe LanguageCode) Source #

The language code of the vocabulary entries.

vocabularyInfo_lastModifiedTime :: Lens' VocabularyInfo (Maybe UTCTime) Source #

The date and time that the vocabulary was last modified.

vocabularyInfo_vocabularyState :: Lens' VocabularyInfo (Maybe VocabularyState) Source #

The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.