| Name | Type | Description | Notes |
|---|---|---|---|
| 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 = {
text,
confidence,
};