Class: Aws::Types::StartCallAnalyticsStreamTranscriptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartCallAnalyticsStreamTranscriptionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_analytics_transcript_result_stream ⇒ Types::CallAnalyticsTranscriptResultStream
Returns the value of attribute call_analytics_transcript_result_stream.
-
#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.
-
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
-
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
-
#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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#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
#call_analytics_transcript_result_stream ⇒ Types::CallAnalyticsTranscriptResultStream
Returns the value of attribute call_analytics_transcript_result_stream.
375 376 377 |
# File 'sig/types.rbs', line 375 def call_analytics_transcript_result_stream @call_analytics_transcript_result_stream end |
#content_identification_type ⇒ "PII"
Returns the value of attribute content_identification_type.
386 387 388 |
# File 'sig/types.rbs', line 386 def content_identification_type @content_identification_type end |
#content_redaction_type ⇒ "PII"
Returns the value of attribute content_redaction_type.
387 388 389 |
# File 'sig/types.rbs', line 387 def content_redaction_type @content_redaction_type end |
#enable_partial_results_stabilization ⇒ Boolean
Returns the value of attribute enable_partial_results_stabilization.
384 385 386 |
# File 'sig/types.rbs', line 384 def enable_partial_results_stabilization @enable_partial_results_stabilization end |
#identify_language ⇒ Boolean
Returns the value of attribute identify_language.
379 380 381 |
# File 'sig/types.rbs', line 379 def identify_language @identify_language end |
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
370 371 372 |
# File 'sig/types.rbs', line 370 def language_code @language_code end |
#language_model_name ⇒ ::String
Returns the value of attribute language_model_name.
378 379 380 |
# File 'sig/types.rbs', line 378 def language_model_name @language_model_name end |
#language_options ⇒ ::String
Returns the value of attribute language_options.
380 381 382 |
# File 'sig/types.rbs', line 380 def @language_options end |
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
372 373 374 |
# File 'sig/types.rbs', line 372 def media_encoding @media_encoding end |
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
371 372 373 |
# File 'sig/types.rbs', line 371 def media_sample_rate_hertz @media_sample_rate_hertz end |
#partial_results_stability ⇒ "high", ...
Returns the value of attribute partial_results_stability.
385 386 387 |
# File 'sig/types.rbs', line 385 def partial_results_stability @partial_results_stability end |
#pii_entity_types ⇒ ::String
Returns the value of attribute pii_entity_types.
388 389 390 |
# File 'sig/types.rbs', line 388 def pii_entity_types @pii_entity_types end |
#preferred_language ⇒ "en-US", ...
Returns the value of attribute preferred_language.
381 382 383 |
# File 'sig/types.rbs', line 381 def preferred_language @preferred_language end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def request_id @request_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
374 375 376 |
# File 'sig/types.rbs', line 374 def session_id @session_id end |
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
377 378 379 |
# File 'sig/types.rbs', line 377 def vocabulary_filter_method @vocabulary_filter_method end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
376 377 378 |
# File 'sig/types.rbs', line 376 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_filter_names ⇒ ::String
Returns the value of attribute vocabulary_filter_names.
383 384 385 |
# File 'sig/types.rbs', line 383 def vocabulary_filter_names @vocabulary_filter_names end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
373 374 375 |
# File 'sig/types.rbs', line 373 def vocabulary_name @vocabulary_name end |
#vocabulary_names ⇒ ::String
Returns the value of attribute vocabulary_names.
382 383 384 |
# File 'sig/types.rbs', line 382 def vocabulary_names @vocabulary_names end |