AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Allows you to specify additional settings for your Call Analytics post-call request, including output locations for your redacted transcript, which IAM role to use, and which encryption key to use.
DataAccessRoleArn
and OutputLocation
are required fields.
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.
Namespace: Amazon.TranscribeStreaming.Model
Assembly: AWSSDK.TranscribeStreaming.dll
Version: 3.x.y.z
public class PostCallAnalyticsSettings
The PostCallAnalyticsSettings type exposes the following members
Name | Description | |
---|---|---|
![]() |
PostCallAnalyticsSettings() |
Name | Type | Description | |
---|---|---|---|
![]() |
ContentRedactionOutput | Amazon.TranscribeStreaming.ContentRedactionOutput |
Gets and sets the property ContentRedactionOutput. Specify whether you want only a redacted transcript or both a redacted and an unredacted transcript. If you choose redacted and unredacted, two JSON files are generated and stored in the Amazon S3 output location you specify.
Note that to include |
![]() |
DataAccessRoleArn | System.String |
Gets and sets the property DataAccessRoleArn. The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role that you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format |
![]() |
OutputEncryptionKMSKeyId | System.String |
Gets and sets the property OutputEncryptionKMSKeyId. The KMS key you want to use to encrypt your Call Analytics post-call output. If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
Note that the role making the request must have permission to use the specified KMS key. |
![]() |
OutputLocation | System.String |
Gets and sets the property OutputLocation. The Amazon S3 location where you want your Call Analytics post-call transcription output stored. You can use any of the following formats to specify the output location:
|
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer