CallAnalyticsEntity
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.
Contents
- BeginOffsetMillis
-
The time, in milliseconds, from the beginning of the audio stream to the start of the identified entity.
Type: Long
Required: No
- Category
-
The category of information identified. For example,
PII
.Type: String
Required: No
- 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.
Type: Double
Required: No
- Content
-
The word or words that represent the identified entity.
Type: String
Required: No
- EndOffsetMillis
-
The time, in milliseconds, from the beginning of the audio stream to the end of the identified entity.
Type: Long
Required: No
- Type
-
The type of PII identified. For example,
NAME
orCREDIT_DEBIT_NUMBER
.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: