Class AzureSpeechToCaptionsSettings

Export

AzureSpeechToCaptionsSettings

Constructors

Properties

apiEndpoint?: string

Azure Speech Services API endpoint. This information can be found in Azure's Speech resource data.

Memberof

AzureSpeechToCaptionsSettings

azureSpeechServicesCredentials?: AzureSpeechServicesCredentials

Credential settings to access Azure Speech Services

Memberof

AzureSpeechToCaptionsSettings

captionDelay?: number

How many MILLISECONDS to delay the display of each caption, to mimic a real-time experience. The minimum value is 0.

Memberof

AzureSpeechToCaptionsSettings

captionLines?: number

The number of lines for a caption. The minimum value is 1.

Memberof

AzureSpeechToCaptionsSettings

captionMaxLineLength?: number

The maximum number of characters per line for a caption. The minimum value is 20.

Memberof

AzureSpeechToCaptionsSettings

captionRemainTime?: number

How many MILLISECONDS a caption should remain on screen if it is not replaced by another. The minimum value is 0.

Memberof

AzureSpeechToCaptionsSettings

language?: string

Azure Speech to captions supported language (IETF BCP 47 language tag). The list of supported languages can be found at Azure's official documentation.

Memberof

AzureSpeechToCaptionsSettings

The profanity filter options are: - Masked: Replaces letters in profane words with asterisk (*) characters. - Raw: Include the profane words verbatim. - Removed: Removes profane words.

Memberof

AzureSpeechToCaptionsSettings

region?: string

Azure Speech Services Region Identifier. The list of speech service supported regions can be found at Azure's official documentation.

Memberof

AzureSpeechToCaptionsSettings