MedicalScribeTranscriptItem
A word, phrase, or punctuation mark in your transcription output, along with various associated attributes, such as confidence score, type, and start and end times.
Types
Properties
Link copied to clipboard
The start time, in milliseconds, of the transcribed item.
Link copied to clipboard
The confidence score associated with a word or phrase in your transcript.
Link copied to clipboard
The end time, in milliseconds, of the transcribed item.
Link copied to clipboard
The type of item identified. Options are: PRONUNCIATION
(spoken words) and PUNCTUATION
.
Link copied to clipboard
Indicates whether the specified item matches a word in the vocabulary filter included in your configuration event. If true
, there is a vocabulary filter match.
Functions
Link copied to clipboard
inline fun copy(block: MedicalScribeTranscriptItem.Builder.() -> Unit = {}): MedicalScribeTranscriptItem