Class: Aws::Types::StartStreamTranscriptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartStreamTranscriptionResponse
- 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_channel_identification ⇒ Boolean
Returns the value of attribute enable_channel_identification.
-
#enable_partial_results_stabilization ⇒ Boolean
Returns the value of attribute enable_partial_results_stabilization.
-
#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.
-
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
-
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
-
#number_of_channels ⇒ ::Integer
Returns the value of attribute number_of_channels.
-
#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.
-
#session_resume_window ⇒ ::Integer
Returns the value of attribute session_resume_window.
-
#show_speaker_label ⇒ Boolean
Returns the value of attribute show_speaker_label.
-
#transcript_format ⇒ "spoken", "written"
Returns the value of attribute transcript_format.
-
#transcript_result_stream ⇒ Types::TranscriptResultStream
Returns the value of attribute transcript_result_stream.
-
#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.
488 489 490 |
# File 'sig/types.rbs', line 488 def content_identification_type @content_identification_type end |
#content_redaction_type ⇒ "PII"
Returns the value of attribute content_redaction_type.
489 490 491 |
# File 'sig/types.rbs', line 489 def content_redaction_type @content_redaction_type end |
#enable_channel_identification ⇒ Boolean
Returns the value of attribute enable_channel_identification.
484 485 486 |
# File 'sig/types.rbs', line 484 def enable_channel_identification @enable_channel_identification end |
#enable_partial_results_stabilization ⇒ Boolean
Returns the value of attribute enable_partial_results_stabilization.
486 487 488 |
# File 'sig/types.rbs', line 486 def enable_partial_results_stabilization @enable_partial_results_stabilization end |
#identify_language ⇒ Boolean
Returns the value of attribute identify_language.
492 493 494 |
# File 'sig/types.rbs', line 492 def identify_language @identify_language end |
#identify_multiple_languages ⇒ Boolean
Returns the value of attribute identify_multiple_languages.
495 496 497 |
# File 'sig/types.rbs', line 495 def identify_multiple_languages @identify_multiple_languages end |
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
475 476 477 |
# File 'sig/types.rbs', line 475 def language_code @language_code end |
#language_model_name ⇒ ::String
Returns the value of attribute language_model_name.
491 492 493 |
# File 'sig/types.rbs', line 491 def language_model_name @language_model_name end |
#language_options ⇒ ::String
Returns the value of attribute language_options.
493 494 495 |
# File 'sig/types.rbs', line 493 def @language_options end |
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
477 478 479 |
# File 'sig/types.rbs', line 477 def media_encoding @media_encoding end |
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
476 477 478 |
# File 'sig/types.rbs', line 476 def media_sample_rate_hertz @media_sample_rate_hertz end |
#number_of_channels ⇒ ::Integer
Returns the value of attribute number_of_channels.
485 486 487 |
# File 'sig/types.rbs', line 485 def number_of_channels @number_of_channels end |
#partial_results_stability ⇒ "high", ...
Returns the value of attribute partial_results_stability.
487 488 489 |
# File 'sig/types.rbs', line 487 def partial_results_stability @partial_results_stability end |
#pii_entity_types ⇒ ::String
Returns the value of attribute pii_entity_types.
490 491 492 |
# File 'sig/types.rbs', line 490 def pii_entity_types @pii_entity_types end |
#preferred_language ⇒ "en-US", ...
Returns the value of attribute preferred_language.
494 495 496 |
# File 'sig/types.rbs', line 494 def preferred_language @preferred_language end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def request_id @request_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
479 480 481 |
# File 'sig/types.rbs', line 479 def session_id @session_id end |
#session_resume_window ⇒ ::Integer
Returns the value of attribute session_resume_window.
498 499 500 |
# File 'sig/types.rbs', line 498 def session_resume_window @session_resume_window end |
#show_speaker_label ⇒ Boolean
Returns the value of attribute show_speaker_label.
483 484 485 |
# File 'sig/types.rbs', line 483 def show_speaker_label @show_speaker_label end |
#transcript_format ⇒ "spoken", "written"
Returns the value of attribute transcript_format.
499 500 501 |
# File 'sig/types.rbs', line 499 def transcript_format @transcript_format end |
#transcript_result_stream ⇒ Types::TranscriptResultStream
Returns the value of attribute transcript_result_stream.
480 481 482 |
# File 'sig/types.rbs', line 480 def transcript_result_stream @transcript_result_stream end |
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
482 483 484 |
# File 'sig/types.rbs', line 482 def vocabulary_filter_method @vocabulary_filter_method end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
481 482 483 |
# File 'sig/types.rbs', line 481 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_filter_names ⇒ ::String
Returns the value of attribute vocabulary_filter_names.
497 498 499 |
# File 'sig/types.rbs', line 497 def vocabulary_filter_names @vocabulary_filter_names end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
478 479 480 |
# File 'sig/types.rbs', line 478 def vocabulary_name @vocabulary_name end |
#vocabulary_names ⇒ ::String
Returns the value of attribute vocabulary_names.
496 497 498 |
# File 'sig/types.rbs', line 496 def vocabulary_names @vocabulary_names end |