Class ConfigurationEvent
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class ConfigurationEvent
Properties
| Edit this page View SourceChannelDefinitions
Optional. Indicates which speaker is on which audio channel.
Declaration
public ChannelDefinition[] ChannelDefinitions { get; set; }
Property Value
| Type | Description |
|---|---|
| ChannelDefinition[] |
PostCallAnalyticsSettings
Optional. Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.
PostCallAnalyticsSettings provides you with the same insights as a Call Analytics post-call transcription. Refer to Post-call analytics for more information on this feature.
Declaration
public PostCallAnalyticsSettings PostCallAnalyticsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| PostCallAnalyticsSettings |