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
,FailureReason
contains information about why the job failed. -
#language_code ⇒ String
The language code you selected for your vocabulary.
-
#last_modified_time ⇒ Time
The date and time you created your custom vocabulary.
-
#vocabulary_name ⇒ String
The name you chose for your vocabulary.
-
#vocabulary_state ⇒ String
The processing state of your vocabulary.
Instance Attribute Details
#failure_reason ⇒ String
If the VocabularyState
field is FAILED
, FailureReason
contains
information about why the job failed.
1013 1014 1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1013 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 you selected for your vocabulary.
1013 1014 1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1013 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 you created your custom vocabulary.
1013 1014 1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1013 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 you chose for your vocabulary.
1013 1014 1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1013 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 your vocabulary. If the state is READY
,
you can use the vocabulary in a StartTranscriptionJob
request.
1013 1014 1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1013 class CreateVocabularyResponse < Struct.new( :vocabulary_name, :language_code, :vocabulary_state, :last_modified_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |