OAIVoice Struct
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.
Supported OpenAI voice names (string enum).
public readonly struct OAIVoice : IEquatable<Azure.AI.VoiceLive.OAIVoice>
type OAIVoice = struct
Public Structure OAIVoice
Implements IEquatable(Of OAIVoice)
- Inheritance
-
OAIVoice
- Implements
Constructors
| Name | Description |
|---|---|
| OAIVoice(String) |
Initializes a new instance of OAIVoice. |
Properties
| Name | Description |
|---|---|
| Alloy |
Alloy voice. |
| Ash |
Ash voice. |
| Ballad |
Ballard voice. |
| Coral |
Coral voice. |
| Echo |
Echo voice. |
| Sage |
Sage voice. |
| Shimmer |
Shimmer voice. |
| Verse |
Verse voice. |
Methods
| Name | Description |
|---|---|
| Equals(OAIVoice) |
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
| Name | Description |
|---|---|
| Equality(OAIVoice, OAIVoice) |
Determines if two OAIVoice values are the same. |
| Implicit(String to Nullable<OAIVoice>) | |
| Implicit(String to OAIVoice) |
Converts a string to a OAIVoice. |
| Inequality(OAIVoice, OAIVoice) |
Determines if two OAIVoice values are not the same. |