VoiceLiveModelFactory.AzureStandardVoice 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 standard voice configuration.
public static Azure.AI.VoiceLive.AzureStandardVoice AzureStandardVoice(string name = default, float? temperature = default, string customLexiconUrl = default, System.Collections.Generic.IEnumerable<string> preferLocales = default, string locale = default, string style = default, string pitch = default, string rate = default, string volume = default);
static member AzureStandardVoice : string * Nullable<single> * string * seq<string> * string * string * string * string * string -> Azure.AI.VoiceLive.AzureStandardVoice
Public Shared Function AzureStandardVoice (Optional name As String = Nothing, Optional temperature As Nullable(Of Single) = Nothing, Optional customLexiconUrl As String = Nothing, Optional preferLocales As IEnumerable(Of String) = Nothing, Optional locale As String = Nothing, Optional style As String = Nothing, Optional pitch As String = Nothing, Optional rate As String = Nothing, Optional volume As String = Nothing) As AzureStandardVoice
Parameters
- name
- String
Voice name cannot be empty.
- customLexiconUrl
- String
- preferLocales
- IEnumerable<String>
- locale
- String
- style
- String
- pitch
- String
- rate
- String
- volume
- String
Returns
A new AzureStandardVoice instance for mocking.