This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Base configuration for speech synthesis.
Signature:
export interface BaseSpeechConfig
Properties
| Property | Type | Description |
|---|---|---|
| languageCode | string | (Public Preview) IETF BCP-47 language code. |
BaseSpeechConfig.languageCode
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
IETF BCP-47 language code.
Signature:
languageCode?: string;