Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 721 Bytes

File metadata and controls

22 lines (15 loc) · 721 Bytes

Transcription

Properties

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]

Example

import { Transcription } from 'bandwidth-sdk';

const instance: Transcription = {
    text,
    confidence,
};

[Back to Model list] [Back to API list] [Back to README]