GetVocabularyResult

data class GetVocabularyResult(val arn: String, val content: String, val failureReason: String, val id: String, val instanceId: String, val languageCode: String, val lastModifiedTime: String, val name: String, val state: String, val tags: Map<String, String>, val vocabularyId: String)

A collection of values returned by getVocabulary.

Constructors

Link copied to clipboard
constructor(arn: String, content: String, failureReason: String, id: String, instanceId: String, languageCode: String, lastModifiedTime: String, name: String, state: String, tags: Map<String, String>, vocabularyId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the Vocabulary.

Link copied to clipboard

The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB characters. For more information, see Create a custom vocabulary using a table.

Link copied to clipboard

The reason why the custom vocabulary was not created.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?. Valid Values are ar-AE, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, zh-CN.

Link copied to clipboard

The timestamp when the custom vocabulary was last modified.

Link copied to clipboard
Link copied to clipboard

The current state of the custom vocabulary. Valid values are CREATION_IN_PROGRESS, ACTIVE, CREATION_FAILED, DELETE_IN_PROGRESS.

Link copied to clipboard

A map of tags to assign to the Vocabulary.

Link copied to clipboard

The identifier of the custom vocabulary.