Class: Aws::TranscribeStreamingService::Types::ConfigurationEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::ConfigurationEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribestreamingservice/types.rb
Overview
Allows you to set audio channel definitions and post-call analytics settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_definitions ⇒ Array<Types::ChannelDefinition>
Indicates which speaker is on which audio channel.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#post_call_analytics_settings ⇒ Types::PostCallAnalyticsSettings
Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted and unredacted transcript.
Instance Attribute Details
#channel_definitions ⇒ Array<Types::ChannelDefinition>
Indicates which speaker is on which audio channel.
277 278 279 280 281 282 283 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 277 class ConfigurationEvent < Struct.new( :channel_definitions, :post_call_analytics_settings, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
277 278 279 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 277 def event_type @event_type end |
#post_call_analytics_settings ⇒ Types::PostCallAnalyticsSettings
Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted and unredacted transcript.
277 278 279 280 281 282 283 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 277 class ConfigurationEvent < Struct.new( :channel_definitions, :post_call_analytics_settings, :event_type) SENSITIVE = [] include Aws::Structure end |