AudioTranscribeAzureConfiguration
Field |
Type |
Repeated |
Description |
id |
|||
output_stream_id |
|||
source_language |
The source language to recognise - an RFC 5646/ IETF BCP 47 language tag, eg en-US, en-GB, de-DE. Supported languages are found at https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=stt |
||
target_languages |
✅ |
The target output languages for translation - technically a RFC 5646 language tag but but in most cases omitting region, e.g. en, de, zh-Hant. Leave this field absent/empty to use the transcription service without translation, while if any target languages are present the translation service will be used even if this is the same as the source language. |
|
azure_key |
Key for the Azure Speech Service endpoint |
||
azure_region |
Region for the Azure Speech Service endpoint |
||
dictation |
Enable dictation mode (recognise dictated punctuation etc rather than transcribing the audio verbatim) |
||
profanity |
Profanity behaviour (whether to mask or remove profanity) |
Enums defined in this message
Name |
Number |
Description |
AZURE_PROFANITY_DEFAULT |
0 |
|
AZURE_PROFANITY_MASKED |
1 |
|
AZURE_PROFANITY_REMOVED |
2 |
|
AZURE_PROFANITY_RAW |
3 |