Class: Aws::TranscribeStreamingService::Types::StartCallAnalyticsStreamTranscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::StartCallAnalyticsStreamTranscriptionResponse
- Defined in:
- gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_analytics_transcript_result_stream ⇒ Types::CallAnalyticsTranscriptResultStream
Provides detailed information about your real-time Call Analytics session.
-
#content_identification_type ⇒ String
Shows whether content identification was enabled for your Call Analytics transcription.
-
#content_redaction_type ⇒ String
Shows whether content redaction was enabled for your Call Analytics transcription.
-
#enable_partial_results_stabilization ⇒ Boolean
Shows whether partial results stabilization was enabled for your Call Analytics transcription.
-
#identify_language ⇒ Boolean
Shows whether automatic language identification was enabled for your Call Analytics transcription.
-
#language_code ⇒ String
Provides the language code that you specified in your Call Analytics request.
-
#language_model_name ⇒ String
Provides the name of the custom language model that you specified in your Call Analytics request.
-
#language_options ⇒ String
Provides the language codes that you specified in your Call Analytics request.
-
#media_encoding ⇒ String
Provides the media encoding you specified in your Call Analytics request.
-
#media_sample_rate_hertz ⇒ Integer
Provides the sample rate that you specified in your Call Analytics request.
-
#partial_results_stability ⇒ String
Provides the stabilization level used for your transcription.
-
#pii_entity_types ⇒ String
Lists the PII entity types you specified in your Call Analytics request.
-
#preferred_language ⇒ String
Provides the preferred language that you specified in your Call Analytics request.
-
#request_id ⇒ String
Provides the identifier for your real-time Call Analytics request.
-
#session_id ⇒ String
Provides the identifier for your Call Analytics transcription session.
-
#vocabulary_filter_method ⇒ String
Provides the vocabulary filtering method used in your Call Analytics transcription.
-
#vocabulary_filter_name ⇒ String
Provides the name of the custom vocabulary filter that you specified in your Call Analytics request.
-
#vocabulary_filter_names ⇒ String
Provides the names of the custom vocabulary filters that you specified in your Call Analytics request.
-
#vocabulary_name ⇒ String
Provides the name of the custom vocabulary that you specified in your Call Analytics request.
-
#vocabulary_names ⇒ String
Provides the names of the custom vocabularies that you specified in your Call Analytics request.
Instance Attribute Details
#call_analytics_transcript_result_stream ⇒ Types::CallAnalyticsTranscriptResultStream
Provides detailed information about your real-time Call Analytics session.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#content_identification_type ⇒ String
Shows whether content identification was enabled for your Call Analytics transcription.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#content_redaction_type ⇒ String
Shows whether content redaction was enabled for your Call Analytics transcription.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#enable_partial_results_stabilization ⇒ Boolean
Shows whether partial results stabilization was enabled for your Call Analytics transcription.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#identify_language ⇒ Boolean
Shows whether automatic language identification was enabled for your Call Analytics transcription.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
Provides the language code that you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#language_model_name ⇒ String
Provides the name of the custom language model that you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#language_options ⇒ String
Provides the language codes that you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#media_encoding ⇒ String
Provides the media encoding you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#media_sample_rate_hertz ⇒ Integer
Provides the sample rate that you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#partial_results_stability ⇒ String
Provides the stabilization level used for your transcription.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#pii_entity_types ⇒ String
Lists the PII entity types you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#preferred_language ⇒ String
Provides the preferred language that you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
Provides the identifier for your real-time Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
Provides the identifier for your Call Analytics transcription session.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#vocabulary_filter_method ⇒ String
Provides the vocabulary filtering method used in your Call Analytics transcription.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#vocabulary_filter_name ⇒ String
Provides the name of the custom vocabulary filter that you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#vocabulary_filter_names ⇒ String
Provides the names of the custom vocabulary filters that you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#vocabulary_name ⇒ String
Provides the name of the custom vocabulary that you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |
#vocabulary_names ⇒ String
Provides the names of the custom vocabularies that you specified in your Call Analytics request.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2062 class StartCallAnalyticsStreamTranscriptionResponse < Struct.new( :request_id, :language_code, :media_sample_rate_hertz, :media_encoding, :vocabulary_name, :session_id, :call_analytics_transcript_result_stream, :vocabulary_filter_name, :vocabulary_filter_method, :language_model_name, :identify_language, :language_options, :preferred_language, :vocabulary_names, :vocabulary_filter_names, :enable_partial_results_stabilization, :partial_results_stability, :content_identification_type, :content_redaction_type, :pii_entity_types) SENSITIVE = [] include Aws::Structure end |