Class: Aws::Types::AmazonTranscribeProcessorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AmazonTranscribeProcessorConfiguration
- 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.
-
#filter_partial_results ⇒ Boolean
Returns the value of attribute filter_partial_results.
-
#identify_language ⇒ Boolean
Returns the value of attribute identify_language.
-
#identify_multiple_languages ⇒ Boolean
Returns the value of attribute identify_multiple_languages.
-
#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 ⇒ "high", ...
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.
-
#show_speaker_label ⇒ Boolean
Returns the value of attribute show_speaker_label.
-
#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.
41 42 43 |
# File 'sig/types.rbs', line 41 def content_identification_type @content_identification_type end |
#content_redaction_type ⇒ "PII"
Returns the value of attribute content_redaction_type.
42 43 44 |
# File 'sig/types.rbs', line 42 def content_redaction_type @content_redaction_type end |
#enable_partial_results_stabilization ⇒ Boolean
Returns the value of attribute enable_partial_results_stabilization.
39 40 41 |
# File 'sig/types.rbs', line 39 def enable_partial_results_stabilization @enable_partial_results_stabilization end |
#filter_partial_results ⇒ Boolean
Returns the value of attribute filter_partial_results.
45 46 47 |
# File 'sig/types.rbs', line 45 def filter_partial_results @filter_partial_results end |
#identify_language ⇒ Boolean
Returns the value of attribute identify_language.
46 47 48 |
# File 'sig/types.rbs', line 46 def identify_language @identify_language end |
#identify_multiple_languages ⇒ Boolean
Returns the value of attribute identify_multiple_languages.
47 48 49 |
# File 'sig/types.rbs', line 47 def identify_multiple_languages @identify_multiple_languages end |
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
34 35 36 |
# File 'sig/types.rbs', line 34 def language_code @language_code end |
#language_model_name ⇒ ::String
Returns the value of attribute language_model_name.
44 45 46 |
# File 'sig/types.rbs', line 44 def language_model_name @language_model_name end |
#language_options ⇒ ::String
Returns the value of attribute language_options.
48 49 50 |
# File 'sig/types.rbs', line 48 def @language_options end |
#partial_results_stability ⇒ "high", ...
Returns the value of attribute partial_results_stability.
40 41 42 |
# File 'sig/types.rbs', line 40 def partial_results_stability @partial_results_stability end |
#pii_entity_types ⇒ ::String
Returns the value of attribute pii_entity_types.
43 44 45 |
# File 'sig/types.rbs', line 43 def pii_entity_types @pii_entity_types end |
#preferred_language ⇒ "en-US", ...
Returns the value of attribute preferred_language.
49 50 51 |
# File 'sig/types.rbs', line 49 def preferred_language @preferred_language end |
#show_speaker_label ⇒ Boolean
Returns the value of attribute show_speaker_label.
38 39 40 |
# File 'sig/types.rbs', line 38 def show_speaker_label @show_speaker_label end |
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
37 38 39 |
# File 'sig/types.rbs', line 37 def vocabulary_filter_method @vocabulary_filter_method end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
36 37 38 |
# File 'sig/types.rbs', line 36 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_filter_names ⇒ ::String
Returns the value of attribute vocabulary_filter_names.
51 52 53 |
# File 'sig/types.rbs', line 51 def vocabulary_filter_names @vocabulary_filter_names end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
35 36 37 |
# File 'sig/types.rbs', line 35 def vocabulary_name @vocabulary_name end |
#vocabulary_names ⇒ ::String
Returns the value of attribute vocabulary_names.
50 51 52 |
# File 'sig/types.rbs', line 50 def vocabulary_names @vocabulary_names end |