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
AzurePersonalVoice(String, AzurePersonalVoiceModel) |
Initializes a new instance of AzurePersonalVoice. |
Properties
Model |
Underlying neural model to use for personal voice. |
Name |
Voice name cannot be empty. |
Temperature |
Temperature must be between 0.0 and 1.0. |