Package version:

Metadata for Transcription Streaming.

interface TranscriptionMetadata {
    callConnectionId: string;
    correlationId: string;
    locale: string;
    subscriptionId: string;
}

Properties

callConnectionId: string

call connection Id.

correlationId: string

correlation Id.

locale: string

The target locale in which the translated text needs to be.

subscriptionId: string

Transcription Subscription Id.