Class: Aws::TranscribeService::Types::CreateVocabularyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::CreateVocabularyResponse
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
If the
VocabularyState
field isFAILED
, this field contains information about why the job failed. -
#language_code ⇒ String
The language code of the vocabulary entries.
-
#last_modified_time ⇒ Time
The date and time that the vocabulary was created.
-
#vocabulary_name ⇒ String
The name of the vocabulary.
-
#vocabulary_state ⇒ String
The processing state of the vocabulary.
Instance Attribute Details
#failure_reason ⇒ String
If the VocabularyState
field is FAILED
, this field contains
information about why the job failed.
427 428 429 430 431 432 433 434 435 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 427 class CreateVocabularyResponse < Struct.new( :vocabulary_name, :language_code, :vocabulary_state, :last_modified_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
The language code of the vocabulary entries.
427 428 429 430 431 432 433 434 435 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 427 class CreateVocabularyResponse < Struct.new( :vocabulary_name, :language_code, :vocabulary_state, :last_modified_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time that the vocabulary was created.
427 428 429 430 431 432 433 434 435 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 427 class CreateVocabularyResponse < Struct.new( :vocabulary_name, :language_code, :vocabulary_state, :last_modified_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#vocabulary_name ⇒ String
The name of the vocabulary.
427 428 429 430 431 432 433 434 435 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 427 class CreateVocabularyResponse < Struct.new( :vocabulary_name, :language_code, :vocabulary_state, :last_modified_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#vocabulary_state ⇒ String
The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a
StartTranscriptionJob
request.
427 428 429 430 431 432 433 434 435 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 427 class CreateVocabularyResponse < Struct.new( :vocabulary_name, :language_code, :vocabulary_state, :last_modified_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |