MedicalEntity

Contains entities identified as personal health information (PHI) 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 PHI.

Link copied to clipboard

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

Link copied to clipboard

The word or words identified as PHI.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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