AzureAvatarSyncVoice Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure avatar voice sync configuration. Uses personal voice synthesis with avatar character.
public class AzureAvatarSyncVoice : Azure.AI.VoiceLive.AzureVoice, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.AzureAvatarSyncVoice>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.AzureAvatarSyncVoice>
type AzureAvatarSyncVoice = class
inherit AzureVoice
interface IJsonModel<AzureAvatarSyncVoice>
interface IPersistableModel<AzureAvatarSyncVoice>
Public Class AzureAvatarSyncVoice
Inherits AzureVoice
Implements IJsonModel(Of AzureAvatarSyncVoice), IPersistableModel(Of AzureAvatarSyncVoice)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AzureAvatarSyncVoice(PersonalVoiceModels) |
Initializes a new instance of AzureAvatarSyncVoice. |
Properties
| Name | Description |
|---|---|
| CustomLexiconUri |
URL of a custom lexicon file for pronunciation customization. |
| CustomTextNormalizationUri |
URL of a custom text normalization endpoint. |
| Locale |
Enforced locale in BCP-47 format for TTS output. If set, TTS will always use the specified
locale to speak. For example, setting locale to |
| Model |
Underlying neural model to use. |
| Pitch |
Pitch adjustment for the voice output. Follows the same rules as the |
| PreferLocales |
Preferred locales in BCP-47 format that change the accents of languages.
If not set, TTS uses the default accent for each language (e.g., American English for English,
Mexican Spanish for Spanish). Setting this to |
| Rate |
Speaking rate adjustment for the voice output. Follows the same rules as the |
| Style |
Speaking style for the voice (e.g., 'cheerful', 'sad'). |
| Temperature |
Temperature must be between 0.0 and 1.0. |
| Volume |
Volume adjustment for the voice output. Follows the same rules as the |