Get Vocabulary Result
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
Types
Properties
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
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
Link copied to clipboard