Class: Aws::TranscribeService::Types::VocabularyFilterInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::VocabularyFilterInfo
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Provides information about a vocabulary filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#language_code ⇒ String
The language code of the words in the vocabulary filter.
-
#last_modified_time ⇒ Time
The date and time that the vocabulary was last updated.
-
#vocabulary_filter_name ⇒ String
The name of the vocabulary filter.
Instance Attribute Details
#language_code ⇒ String
The language code of the words in the vocabulary filter.
2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 2810 class VocabularyFilterInfo < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time that the vocabulary was last updated.
2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 2810 class VocabularyFilterInfo < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#vocabulary_filter_name ⇒ String
The name of the vocabulary filter. The name must be unique in the account that holds the filter.
2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 2810 class VocabularyFilterInfo < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time) SENSITIVE = [] include Aws::Structure end |