Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.06 KB

File metadata and controls

24 lines (17 loc) · 1.06 KB

CallTranscriptionMetadata

Properties

Name Type Description Notes
transcriptionId string The programmable voice API transcription ID. [optional] [default to undefined]
transcriptionName string The programmable voice API transcription name. This name could be provided by the user when creating the transcription. [optional] [default to undefined]
transcriptionUrl string A URL that may be used to retrieve the transcription itself. This points to the Get Call Transcription endpoint. [optional] [default to undefined]

Example

import { CallTranscriptionMetadata } from 'bandwidth-sdk';

const instance: CallTranscriptionMetadata = {
    transcriptionId,
    transcriptionName,
    transcriptionUrl,
};

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