Class: Aws::Types::StartCallAnalyticsStreamTranscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartCallAnalyticsStreamTranscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_stream ⇒ Types::AudioStream
Returns the value of attribute audio_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.
-
#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
#audio_stream ⇒ Types::AudioStream
Returns the value of attribute audio_stream.
351 352 353 |
# File 'sig/types.rbs', line 351 def audio_stream @audio_stream end |
#content_identification_type ⇒ "PII"
Returns the value of attribute content_identification_type.
362 363 364 |
# File 'sig/types.rbs', line 362 def content_identification_type @content_identification_type end |
#content_redaction_type ⇒ "PII"
Returns the value of attribute content_redaction_type.
363 364 365 |
# File 'sig/types.rbs', line 363 def content_redaction_type @content_redaction_type end |
#enable_partial_results_stabilization ⇒ Boolean
Returns the value of attribute enable_partial_results_stabilization.
360 361 362 |
# File 'sig/types.rbs', line 360 def enable_partial_results_stabilization @enable_partial_results_stabilization end |
#identify_language ⇒ Boolean
Returns the value of attribute identify_language.
355 356 357 |
# File 'sig/types.rbs', line 355 def identify_language @identify_language end |
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
346 347 348 |
# File 'sig/types.rbs', line 346 def language_code @language_code end |
#language_model_name ⇒ ::String
Returns the value of attribute language_model_name.
354 355 356 |
# File 'sig/types.rbs', line 354 def language_model_name @language_model_name end |
#language_options ⇒ ::String
Returns the value of attribute language_options.
356 357 358 |
# File 'sig/types.rbs', line 356 def @language_options end |
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
348 349 350 |
# File 'sig/types.rbs', line 348 def media_encoding @media_encoding end |
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
347 348 349 |
# File 'sig/types.rbs', line 347 def media_sample_rate_hertz @media_sample_rate_hertz end |
#partial_results_stability ⇒ "high", ...
Returns the value of attribute partial_results_stability.
361 362 363 |
# File 'sig/types.rbs', line 361 def partial_results_stability @partial_results_stability end |
#pii_entity_types ⇒ ::String
Returns the value of attribute pii_entity_types.
364 365 366 |
# File 'sig/types.rbs', line 364 def pii_entity_types @pii_entity_types end |
#preferred_language ⇒ "en-US", ...
Returns the value of attribute preferred_language.
357 358 359 |
# File 'sig/types.rbs', line 357 def preferred_language @preferred_language end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def session_id @session_id end |
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
353 354 355 |
# File 'sig/types.rbs', line 353 def vocabulary_filter_method @vocabulary_filter_method end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
352 353 354 |
# File 'sig/types.rbs', line 352 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_filter_names ⇒ ::String
Returns the value of attribute vocabulary_filter_names.
359 360 361 |
# File 'sig/types.rbs', line 359 def vocabulary_filter_names @vocabulary_filter_names end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
349 350 351 |
# File 'sig/types.rbs', line 349 def vocabulary_name @vocabulary_name end |
#vocabulary_names ⇒ ::String
Returns the value of attribute vocabulary_names.
358 359 360 |
# File 'sig/types.rbs', line 358 def vocabulary_names @vocabulary_names end |