Class: Aws::Types::EngineTranscribeSettings
- Inherits:
-
Object
- Object
- Aws::Types::EngineTranscribeSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_identification_type ⇒ "PII"
Returns the value of attribute content_identification_type.
-
#content_redaction_type ⇒ "PII"
Returns the value of attribute content_redaction_type.
-
#enable_partial_results_stabilization ⇒ Boolean
Returns the value of attribute enable_partial_results_stabilization.
-
#identify_language ⇒ Boolean
Returns the value of attribute identify_language.
-
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
-
#language_model_name ⇒ ::String
Returns the value of attribute language_model_name.
-
#language_options ⇒ ::String
Returns the value of attribute language_options.
-
#partial_results_stability ⇒ "low", ...
Returns the value of attribute partial_results_stability.
-
#pii_entity_types ⇒ ::String
Returns the value of attribute pii_entity_types.
-
#preferred_language ⇒ "en-US", ...
Returns the value of attribute preferred_language.
-
#region ⇒ "us-east-2", ...
Returns the value of attribute region.
-
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
-
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
-
#vocabulary_filter_names ⇒ ::String
Returns the value of attribute vocabulary_filter_names.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
-
#vocabulary_names ⇒ ::String
Returns the value of attribute vocabulary_names.
Instance Attribute Details
#content_identification_type ⇒ "PII"
Returns the value of attribute content_identification_type.
174 175 176 |
# File 'sig/types.rbs', line 174 def content_identification_type @content_identification_type end |
#content_redaction_type ⇒ "PII"
Returns the value of attribute content_redaction_type.
175 176 177 |
# File 'sig/types.rbs', line 175 def content_redaction_type @content_redaction_type end |
#enable_partial_results_stabilization ⇒ Boolean
Returns the value of attribute enable_partial_results_stabilization.
172 173 174 |
# File 'sig/types.rbs', line 172 def enable_partial_results_stabilization @enable_partial_results_stabilization end |
#identify_language ⇒ Boolean
Returns the value of attribute identify_language.
178 179 180 |
# File 'sig/types.rbs', line 178 def identify_language @identify_language end |
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
167 168 169 |
# File 'sig/types.rbs', line 167 def language_code @language_code end |
#language_model_name ⇒ ::String
Returns the value of attribute language_model_name.
177 178 179 |
# File 'sig/types.rbs', line 177 def language_model_name @language_model_name end |
#language_options ⇒ ::String
Returns the value of attribute language_options.
179 180 181 |
# File 'sig/types.rbs', line 179 def @language_options end |
#partial_results_stability ⇒ "low", ...
Returns the value of attribute partial_results_stability.
173 174 175 |
# File 'sig/types.rbs', line 173 def partial_results_stability @partial_results_stability end |
#pii_entity_types ⇒ ::String
Returns the value of attribute pii_entity_types.
176 177 178 |
# File 'sig/types.rbs', line 176 def pii_entity_types @pii_entity_types end |
#preferred_language ⇒ "en-US", ...
Returns the value of attribute preferred_language.
180 181 182 |
# File 'sig/types.rbs', line 180 def preferred_language @preferred_language end |
#region ⇒ "us-east-2", ...
Returns the value of attribute region.
171 172 173 |
# File 'sig/types.rbs', line 171 def region @region end |
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
168 169 170 |
# File 'sig/types.rbs', line 168 def vocabulary_filter_method @vocabulary_filter_method end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
169 170 171 |
# File 'sig/types.rbs', line 169 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_filter_names ⇒ ::String
Returns the value of attribute vocabulary_filter_names.
182 183 184 |
# File 'sig/types.rbs', line 182 def vocabulary_filter_names @vocabulary_filter_names end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
170 171 172 |
# File 'sig/types.rbs', line 170 def vocabulary_name @vocabulary_name end |
#vocabulary_names ⇒ ::String
Returns the value of attribute vocabulary_names.
181 182 183 |
# File 'sig/types.rbs', line 181 def vocabulary_names @vocabulary_names end |