Class GetVocabularyResult


  • public final class GetVocabularyResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
        Returns:
        The Amazon Resource Name (ARN) of the Vocabulary.
      • content

        public java.lang.String content()
        Returns:
        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](https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table).
      • failureReason

        public java.lang.String failureReason()
        Returns:
        The reason why the custom vocabulary was not created.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • instanceId

        public java.lang.String instanceId()
      • languageCode

        public java.lang.String languageCode()
        Returns:
        The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see [What is Amazon Transcribe?](https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html). 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`.
      • lastModifiedTime

        public java.lang.String lastModifiedTime()
        Returns:
        The timestamp when the custom vocabulary was last modified.
      • name

        public java.lang.String name()
      • state

        public java.lang.String state()
        Returns:
        The current state of the custom vocabulary. Valid values are `CREATION_IN_PROGRESS`, `ACTIVE`, `CREATION_FAILED`, `DELETE_IN_PROGRESS`.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        A map of tags to assign to the Vocabulary.
      • vocabularyId

        public java.lang.String vocabularyId()
        Returns:
        The identifier of the custom vocabulary.