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.
Contains entities identified as personally identifiable information (PII) in your transcription output, along with various associated attributes. Examples include category, confidence score, content, type, and start and end times.
Namespace: Amazon.TranscribeStreaming.Model
Assembly: AWSSDK.TranscribeStreaming.dll
Version: 3.x.y.z
public class CallAnalyticsEntity
The CallAnalyticsEntity type exposes the following members
Name | Description | |
---|---|---|
![]() |
CallAnalyticsEntity() |
Name | Type | Description | |
---|---|---|---|
![]() |
BeginOffsetMillis | System.Nullable<System.Int64> |
Gets and sets the property BeginOffsetMillis. The time, in milliseconds, from the beginning of the audio stream to the start of the identified entity. |
![]() |
Category | System.String |
Gets and sets the property Category.
The category of information identified. For example, |
![]() |
Confidence | System.Nullable<System.Double> |
Gets and sets the property Confidence. The confidence score associated with the identification of an entity in your transcript. Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified entity correctly matches the entity spoken in your media. |
![]() |
Content | System.String |
Gets and sets the property Content. The word or words that represent the identified entity. |
![]() |
EndOffsetMillis | System.Nullable<System.Int64> |
Gets and sets the property EndOffsetMillis. The time, in milliseconds, from the beginning of the audio stream to the end of the identified entity. |
![]() |
Type | System.String |
Gets and sets the property Type.
The type of PII identified. For example, |
.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