| Name | Type | Description | Notes |
|---|---|---|---|
| speaker | number | Zero-based index identifying the speaker. | [optional] [default to undefined] |
| text | string | The transcribed text | [optional] [default to undefined] |
| confidence | number | The confidence on the recognized content, ranging from `0.0` to `1.0` with `1.0` being the highest confidence. | [optional] [default to undefined] |
import { Transcription } from 'bandwidth-sdk';
const instance: Transcription = {
speaker,
text,
confidence,
};