Share via


VoiceLiveModelFactory.AzurePersonalVoice Method

Definition

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.

temperature
Nullable<Single>

Temperature must be between 0.0 and 1.0.

model
PersonalVoiceModels

Underlying neural model to use for personal voice.

Returns

A new AzurePersonalVoice instance for mocking.

Applies to