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

maximumLineLength?

number

(Optional)

outputStreamId

number

sourceLanguage

string

targetLanguages?

string[]

(Optional)