Share via


SpeechVoice Struct

Definition

The available voices for text-to-speech.

public readonly struct SpeechVoice : IEquatable<Azure.AI.OpenAI.SpeechVoice>
type SpeechVoice = struct
Public Structure SpeechVoice
Implements IEquatable(Of SpeechVoice)
Inheritance
SpeechVoice
Implements

Constructors

SpeechVoice(String)

Initializes a new instance of SpeechVoice.

Properties

Alloy

The Alloy voice.

Echo

The Echo voice.

Fable

The Fable voice.

Nova

The Nova voice.

Onyx

The Onyx voice.

Shimmer

The Shimmer voice.

Methods

Equals(SpeechVoice)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SpeechVoice, SpeechVoice)

Determines if two SpeechVoice values are the same.

Implicit(String to SpeechVoice)

Converts a string to a SpeechVoice.

Inequality(SpeechVoice, SpeechVoice)

Determines if two SpeechVoice values are not the same.

Applies to