다음을 통해 공유


AzurePlatformVoice Class

Definition

Azure platform voice configuration (variant of standard).

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

Constructors

AzurePlatformVoice(String)

Initializes a new instance of AzurePlatformVoice.

Properties

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

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

Explicit Interface Implementations

IJsonModel<AzurePlatformVoice>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AzurePlatformVoice>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<AzureVoice>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from AzureVoice)
IJsonModel<AzureVoice>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from AzureVoice)
IPersistableModel<AzurePlatformVoice>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AzurePlatformVoice>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AzurePlatformVoice>.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