Module: Aws::TranscribeStreamingService::AsyncClient::_StartCallAnalyticsStreamTranscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartCallAnalyticsStreamTranscriptionResponse]
- Defined in:
- sig/async_client.rbs
Instance Method Summary collapse
- #call_analytics_transcript_result_stream ⇒ Types::CallAnalyticsTranscriptResultStream
- #content_identification_type ⇒ "PII"
- #content_redaction_type ⇒ "PII"
- #enable_partial_results_stabilization ⇒ Boolean
- #identify_language ⇒ Boolean
- #language_code ⇒ "en-US", ...
- #language_model_name ⇒ ::String
- #language_options ⇒ ::String
- #media_encoding ⇒ "pcm", ...
- #media_sample_rate_hertz ⇒ ::Integer
- #partial_results_stability ⇒ "high", ...
- #pii_entity_types ⇒ ::String
- #preferred_language ⇒ "en-US", ...
- #request_id ⇒ ::String
- #session_id ⇒ ::String
- #vocabulary_filter_method ⇒ "remove", ...
- #vocabulary_filter_name ⇒ ::String
- #vocabulary_filter_names ⇒ ::String
- #vocabulary_name ⇒ ::String
- #vocabulary_names ⇒ ::String
Instance Method Details
#call_analytics_transcript_result_stream ⇒ Types::CallAnalyticsTranscriptResultStream
78 |
# File 'sig/async_client.rbs', line 78
def call_analytics_transcript_result_stream: () -> Types::CallAnalyticsTranscriptResultStream
|
#content_identification_type ⇒ "PII"
89 |
# File 'sig/async_client.rbs', line 89
def content_identification_type: () -> ("PII")
|
#content_redaction_type ⇒ "PII"
90 |
# File 'sig/async_client.rbs', line 90
def content_redaction_type: () -> ("PII")
|
#enable_partial_results_stabilization ⇒ Boolean
87 |
# File 'sig/async_client.rbs', line 87
def enable_partial_results_stabilization: () -> bool
|
#identify_language ⇒ Boolean
82 |
# File 'sig/async_client.rbs', line 82
def identify_language: () -> bool
|
#language_code ⇒ "en-US", ...
73 |
# File 'sig/async_client.rbs', line 73
def language_code: () -> ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")
|
#language_model_name ⇒ ::String
81 |
# File 'sig/async_client.rbs', line 81
def language_model_name: () -> ::String
|
#language_options ⇒ ::String
83 |
# File 'sig/async_client.rbs', line 83
def language_options: () -> ::String
|
#media_encoding ⇒ "pcm", ...
75 |
# File 'sig/async_client.rbs', line 75
def media_encoding: () -> ("pcm" | "ogg-opus" | "flac")
|
#media_sample_rate_hertz ⇒ ::Integer
74 |
# File 'sig/async_client.rbs', line 74
def media_sample_rate_hertz: () -> ::Integer
|
#partial_results_stability ⇒ "high", ...
88 |
# File 'sig/async_client.rbs', line 88
def partial_results_stability: () -> ("high" | "medium" | "low")
|
#pii_entity_types ⇒ ::String
91 |
# File 'sig/async_client.rbs', line 91
def pii_entity_types: () -> ::String
|
#preferred_language ⇒ "en-US", ...
84 |
# File 'sig/async_client.rbs', line 84
def preferred_language: () -> ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")
|
#request_id ⇒ ::String
72 |
# File 'sig/async_client.rbs', line 72
def request_id: () -> ::String
|
#session_id ⇒ ::String
77 |
# File 'sig/async_client.rbs', line 77
def session_id: () -> ::String
|
#vocabulary_filter_method ⇒ "remove", ...
80 |
# File 'sig/async_client.rbs', line 80
def vocabulary_filter_method: () -> ("remove" | "mask" | "tag")
|
#vocabulary_filter_name ⇒ ::String
79 |
# File 'sig/async_client.rbs', line 79
def vocabulary_filter_name: () -> ::String
|
#vocabulary_filter_names ⇒ ::String
86 |
# File 'sig/async_client.rbs', line 86
def vocabulary_filter_names: () -> ::String
|
#vocabulary_name ⇒ ::String
76 |
# File 'sig/async_client.rbs', line 76
def vocabulary_name: () -> ::String
|
#vocabulary_names ⇒ ::String
85 |
# File 'sig/async_client.rbs', line 85
def vocabulary_names: () -> ::String
|