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, type, stability score, and start and end times.

Hierarchy

  • Entity

Properties

Category?: string

The category of information identified. The only category is PII.

Confidence?: number

The confidence score associated with the identified PII entity in your audio.

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 identified as PII.

EndTime?: number

The end time, in milliseconds, of the utterance that was identified as PII.

StartTime?: number

The start time, in milliseconds, of the utterance that was identified as PII.

Type?: string

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