AudioTranscribeAzureSettings interface

Settings for an audio transcribe/translate operation using Azure Speech Service see: NorskTransform.audioTranscribeAzure()

Signature:

export interface AudioTranscribeAzureSettings extends ProcessorNodeSettings<AudioTranscribeAzureNode>

Properties

Property Type Description

azureKey

string

Key for the Azure Speech Service endpoint

azureRegion

string

Region for the Azure Speech Service endpoint

dictation?

boolean

(Optional) Enable dictation mode (recognise dictated punctuation etc rather than transcribing the audio verbatim)

outputStreamId

number

profanity?

'masked' | 'removed' | 'raw'

(Optional) Profanity behaviour (whether to mask or remove profanity)

sourceLanguage

string

targetLanguages?

string[]

(Optional)