Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 839 Bytes

File metadata and controls

24 lines (17 loc) · 839 Bytes

Transcription

Properties

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]

Example

import { Transcription } from 'bandwidth-sdk';

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

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