Share via


AzureStandardVoice Class

Definition

Azure standard voice configuration.

public class AzureStandardVoice : Azure.AI.VoiceLive.AzureVoice, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.AzureStandardVoice>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.AzureStandardVoice>
type AzureStandardVoice = class
    inherit AzureVoice
    interface IJsonModel<AzureStandardVoice>
    interface IPersistableModel<AzureStandardVoice>
Public Class AzureStandardVoice
Inherits AzureVoice
Implements IJsonModel(Of AzureStandardVoice), IPersistableModel(Of AzureStandardVoice)
Inheritance
AzureStandardVoice
Implements

Constructors

Name Description
AzureStandardVoice(String)

Initializes a new instance of AzureStandardVoice.

Properties

Name Description
CustomLexiconUrl

Gets or sets the CustomLexiconUrl.

Locale

Gets or sets the Locale.

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AzureStandardVoice>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AzureStandardVoice>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<AzureVoice>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from AzureVoice)
IJsonModel<AzureVoice>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from AzureVoice)
IPersistableModel<AzureStandardVoice>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AzureStandardVoice>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AzureStandardVoice>.Write(ModelReaderWriterOptions)
IPersistableModel<AzureVoice>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from AzureVoice)
IPersistableModel<AzureVoice>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from AzureVoice)
IPersistableModel<AzureVoice>.Write(ModelReaderWriterOptions) (Inherited from AzureVoice)

Applies to