Entity

class Entity

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.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The word or words identified as PII.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val type: String?

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

Functions

Link copied to clipboard
inline fun copy(block: Entity.Builder.() -> Unit = {}): Entity
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