You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TranscribeService::Types::GetVocabularyResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#download_uriString

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

Returns:

  • (String)

    The S3 location where the vocabulary is stored.

#failure_reasonString

If the VocabularyState field is FAILED, this field contains information about why the job failed.

Returns:

  • (String)

    If the VocabularyState field is FAILED, this field contains information about why the job failed.

#language_codeString

The language code of the vocabulary entries.

Possible values:

  • af-ZA
  • ar-AE
  • ar-SA
  • cy-GB
  • da-DK
  • de-CH
  • de-DE
  • en-AB
  • en-AU
  • en-GB
  • en-IE
  • en-IN
  • en-US
  • en-WL
  • es-ES
  • es-US
  • fa-IR
  • fr-CA
  • fr-FR
  • ga-IE
  • gd-GB
  • he-IL
  • hi-IN
  • id-ID
  • it-IT
  • ja-JP
  • ko-KR
  • ms-MY
  • nl-NL
  • pt-BR
  • pt-PT
  • ru-RU
  • ta-IN
  • te-IN
  • tr-TR
  • zh-CN

Returns:

  • (String)

    The language code of the vocabulary entries.

#last_modified_timeTime

The date and time that the vocabulary was last modified.

Returns:

  • (Time)

    The date and time that the vocabulary was last modified.

#vocabulary_nameString

The name of the vocabulary to return.

Returns:

  • (String)

    The name of the vocabulary to return.

#vocabulary_stateString

The processing state of the vocabulary.

Possible values:

  • PENDING
  • READY
  • FAILED

Returns:

  • (String)

    The processing state of the vocabulary.