Class: Aws::Types::AmazonTranscribeCallAnalyticsProcessorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AmazonTranscribeCallAnalyticsProcessorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_analytics_stream_categories ⇒ ::Array[::String]
Returns the value of attribute call_analytics_stream_categories.
-
#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.
-
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
-
#language_model_name ⇒ ::String
Returns the value of attribute language_model_name.
-
#partial_results_stability ⇒ "high", ...
Returns the value of attribute partial_results_stability.
-
#pii_entity_types ⇒ ::String
Returns the value of attribute pii_entity_types.
-
#post_call_analytics_settings ⇒ Types::PostCallAnalyticsSettings
Returns the value of attribute post_call_analytics_settings.
-
#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_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#call_analytics_stream_categories ⇒ ::Array[::String]
Returns the value of attribute call_analytics_stream_categories.
29 30 31 |
# File 'sig/types.rbs', line 29 def call_analytics_stream_categories @call_analytics_stream_categories end |
#content_identification_type ⇒ "PII"
Returns the value of attribute content_identification_type.
24 25 26 |
# File 'sig/types.rbs', line 24 def content_identification_type @content_identification_type end |
#content_redaction_type ⇒ "PII"
Returns the value of attribute content_redaction_type.
25 26 27 |
# File 'sig/types.rbs', line 25 def content_redaction_type @content_redaction_type end |
#enable_partial_results_stabilization ⇒ Boolean
Returns the value of attribute enable_partial_results_stabilization.
22 23 24 |
# File 'sig/types.rbs', line 22 def enable_partial_results_stabilization @enable_partial_results_stabilization end |
#filter_partial_results ⇒ Boolean
Returns the value of attribute filter_partial_results.
27 28 29 |
# File 'sig/types.rbs', line 27 def filter_partial_results @filter_partial_results end |
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
17 18 19 |
# File 'sig/types.rbs', line 17 def language_code @language_code end |
#language_model_name ⇒ ::String
Returns the value of attribute language_model_name.
21 22 23 |
# File 'sig/types.rbs', line 21 def language_model_name @language_model_name end |
#partial_results_stability ⇒ "high", ...
Returns the value of attribute partial_results_stability.
23 24 25 |
# File 'sig/types.rbs', line 23 def partial_results_stability @partial_results_stability end |
#pii_entity_types ⇒ ::String
Returns the value of attribute pii_entity_types.
26 27 28 |
# File 'sig/types.rbs', line 26 def pii_entity_types @pii_entity_types end |
#post_call_analytics_settings ⇒ Types::PostCallAnalyticsSettings
Returns the value of attribute post_call_analytics_settings.
28 29 30 |
# File 'sig/types.rbs', line 28 def post_call_analytics_settings @post_call_analytics_settings end |
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
20 21 22 |
# File 'sig/types.rbs', line 20 def vocabulary_filter_method @vocabulary_filter_method end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
19 20 21 |
# File 'sig/types.rbs', line 19 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
18 19 20 |
# File 'sig/types.rbs', line 18 def vocabulary_name @vocabulary_name end |