AzurePersonalVoice 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 personal voice configuration.
public class AzurePersonalVoice : Azure.AI.VoiceLive.AzureVoice, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.AzurePersonalVoice>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.AzurePersonalVoice>
type AzurePersonalVoice = class
inherit AzureVoice
interface IJsonModel<AzurePersonalVoice>
interface IPersistableModel<AzurePersonalVoice>
Public Class AzurePersonalVoice
Inherits AzureVoice
Implements IJsonModel(Of AzurePersonalVoice), IPersistableModel(Of AzurePersonalVoice)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AzurePersonalVoice(String, PersonalVoiceModels) |
Initializes a new instance of AzurePersonalVoice. |
Properties
| Name | Description |
|---|---|
| CustomLexiconUrl |
Gets or sets the CustomLexiconUrl. |
| CustomTextNormalizationUrl |
Gets or sets the CustomTextNormalizationUrl. |
| Locale |
Gets or sets the Locale. |
| Model |
Underlying neural model to use for personal voice. |
| Name |
Voice name cannot be empty. |
| Pitch |
Gets or sets the Pitch. |
| PreferLocales |
Gets the PreferLocales. |
| Rate |
Gets or sets the Rate. |
| Style |
Gets or sets the Style. |
| Temperature |
Temperature must be between 0.0 and 1.0. |
| Volume |
Gets or sets the Volume. |