Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

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.

Hierarchy

  • CallAnalyticsEntity

Properties

BeginOffsetMillis?: number

The time, in milliseconds, from the beginning of the audio stream to the start of the identified entity.

Category?: string

The category of information identified. For example, PII.

Confidence?: number

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?: string

The word or words that represent the identified entity.

EndOffsetMillis?: number

The time, in milliseconds, from the beginning of the audio stream to the end of the identified entity.

Type?: string

The type of PII identified. For example, NAME or CREDIT_DEBIT_NUMBER.