SpeechConfiguration
Contains the features and languages supported by a speech engine.
See also Speech Engines and supported features.
Property Reference
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
alignmentLanguageCodes |
✘ |
List of map |
The speech engine supports the transcript alignment feature on these languages. A list of objects with a code and label field. The code is the language code, the label is a more user-friendly label for the language. |
|
alignmentLanguages |
✘ |
List of string |
The speech engine supports the transcript alignment feature on these languages. A list of user-friendly labels for the language. |
|
billingType |
✘ |
String |
The speech engine will consume resources of this type. |
Enum: DATA, PROXY, CLOUD, PRODUCTION, NONE, ARCHIVED, DELETED, TRANSCRIPTION, KALDI, TRANSCRIPTION_3, TRANSCRIPTION_4, TRANSCRIPTION_5, TRANSLATION, FILERESOURCE, |
dictionarySupported |
✘ |
Boolean |
The speech engine supports the dictionary feature. |
|
engine |
✘ |
String |
The api reference of this speech engine. |
Enum: VOLDEMORT, KALDI, VOLDEMORT2, VOLDEMORT3, VOLDEMORT4, VOLDEMORT5, |
transcriptLanguageCodes |
✘ |
List of map |
The speech engine supports transcription on these languages. A list of objects with a code and label field. The code is the language code, the label is a more user-friendly label for the language. |
|
transcriptLanguages |
✘ |
List of string |
The speech engine supports transcription on these languages. A list of user-friendly labels for the language. |