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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The category of information identified. For example, PII.

Link copied to clipboard

The confidence score associated with the identification of an entity in your transcript.

Link copied to clipboard

The word or words that represent the identified entity.

Link copied to clipboard

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

Link copied to clipboard
val type: String?

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String