Class: Aws::TranscribeService::Types::GetVocabularyFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::GetVocabularyFilterResponse
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#download_uri ⇒ String
The URI of the list of words in the vocabulary filter.
-
#language_code ⇒ String
The language code of the words in the vocabulary filter.
-
#last_modified_time ⇒ Time
The date and time that the contents of the vocabulary filter were updated.
-
#vocabulary_filter_name ⇒ String
The name of the vocabulary filter.
Instance Attribute Details
#download_uri ⇒ String
The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
1470 1471 1472 1473 1474 1475 1476 1477 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1470 class GetVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time, :download_uri) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
The language code of the words in the vocabulary filter.
1470 1471 1472 1473 1474 1475 1476 1477 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1470 class GetVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time, :download_uri) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time that the contents of the vocabulary filter were updated.
1470 1471 1472 1473 1474 1475 1476 1477 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1470 class GetVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time, :download_uri) SENSITIVE = [] include Aws::Structure end |
#vocabulary_filter_name ⇒ String
The name of the vocabulary filter.
1470 1471 1472 1473 1474 1475 1476 1477 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1470 class GetVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time, :download_uri) SENSITIVE = [] include Aws::Structure end |