VoiceLiveModelFactory.AzurePersonalVoice Method
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 static Azure.AI.VoiceLive.AzurePersonalVoice AzurePersonalVoice(string name = default, float? temperature = default, Azure.AI.VoiceLive.PersonalVoiceModels model = default);
static member AzurePersonalVoice : string * Nullable<single> * Azure.AI.VoiceLive.PersonalVoiceModels -> Azure.AI.VoiceLive.AzurePersonalVoice
Public Shared Function AzurePersonalVoice (Optional name As String = Nothing, Optional temperature As Nullable(Of Single) = Nothing, Optional model As PersonalVoiceModels = Nothing) As AzurePersonalVoice
Parameters
- name
- String
Voice name cannot be empty.
- model
- PersonalVoiceModels
Underlying neural model to use for personal voice.
Returns
A new AzurePersonalVoice instance for mocking.