amazonka-transcribe-2.0: Amazon Transcribe Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Transcribe.Types.VocabularyFilterInfo

Description

 
Synopsis

Documentation

data VocabularyFilterInfo Source #

Provides information about a custom vocabulary filter, including the language of the filter, when it was last modified, and its name.

See: newVocabularyFilterInfo smart constructor.

Constructors

VocabularyFilterInfo' 

Fields

  • languageCode :: Maybe LanguageCode

    The language code that represents the language of the entries in your vocabulary filter. Each custom vocabulary filter must contain terms in only one language.

    A custom vocabulary filter can only be used to transcribe files in the same language as the filter. For example, if you create a custom vocabulary filter using US English (en-US), you can only apply this filter to files that contain English audio.

    For a list of supported languages and their associated language codes, refer to the Supported languages table.

  • lastModifiedTime :: Maybe POSIX

    The date and time the specified custom vocabulary filter was last modified.

    Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.

  • vocabularyFilterName :: Maybe Text

    A unique name, chosen by you, for your custom vocabulary filter. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.

Instances

Instances details
FromJSON VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

Generic VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

Associated Types

type Rep VocabularyFilterInfo :: Type -> Type #

Read VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

Show VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

NFData VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

Methods

rnf :: VocabularyFilterInfo -> () #

Eq VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

Hashable VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

type Rep VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

type Rep VocabularyFilterInfo = D1 ('MetaData "VocabularyFilterInfo" "Amazonka.Transcribe.Types.VocabularyFilterInfo" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "VocabularyFilterInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newVocabularyFilterInfo :: VocabularyFilterInfo Source #

Create a value of VocabularyFilterInfo 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:VocabularyFilterInfo', vocabularyFilterInfo_languageCode - The language code that represents the language of the entries in your vocabulary filter. Each custom vocabulary filter must contain terms in only one language.

A custom vocabulary filter can only be used to transcribe files in the same language as the filter. For example, if you create a custom vocabulary filter using US English (en-US), you can only apply this filter to files that contain English audio.

For a list of supported languages and their associated language codes, refer to the Supported languages table.

$sel:lastModifiedTime:VocabularyFilterInfo', vocabularyFilterInfo_lastModifiedTime - The date and time the specified custom vocabulary filter was last modified.

Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.

$sel:vocabularyFilterName:VocabularyFilterInfo', vocabularyFilterInfo_vocabularyFilterName - A unique name, chosen by you, for your custom vocabulary filter. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.

vocabularyFilterInfo_languageCode :: Lens' VocabularyFilterInfo (Maybe LanguageCode) Source #

The language code that represents the language of the entries in your vocabulary filter. Each custom vocabulary filter must contain terms in only one language.

A custom vocabulary filter can only be used to transcribe files in the same language as the filter. For example, if you create a custom vocabulary filter using US English (en-US), you can only apply this filter to files that contain English audio.

For a list of supported languages and their associated language codes, refer to the Supported languages table.

vocabularyFilterInfo_lastModifiedTime :: Lens' VocabularyFilterInfo (Maybe UTCTime) Source #

The date and time the specified custom vocabulary filter was last modified.

Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.

vocabularyFilterInfo_vocabularyFilterName :: Lens' VocabularyFilterInfo (Maybe Text) Source #

A unique name, chosen by you, for your custom vocabulary filter. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.