PersonalVoiceModels 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.
PersonalVoice models.
public readonly struct PersonalVoiceModels : IEquatable<Azure.AI.VoiceLive.PersonalVoiceModels>
type PersonalVoiceModels = struct
Public Structure PersonalVoiceModels
Implements IEquatable(Of PersonalVoiceModels)
- Inheritance
-
PersonalVoiceModels
- Implements
Constructors
| Name | Description |
|---|---|
| PersonalVoiceModels(String) |
Initializes a new instance of PersonalVoiceModels. |
Properties
| Name | Description |
|---|---|
| DragonLatestNeural |
Use the latest Dragon model. |
| PhoenixLatestNeural |
Use the latest Phoenix model. |
| PhoenixV2Neural |
Use the Phoenix V2 model. |
Methods
| Name | Description |
|---|---|
| Equals(PersonalVoiceModels) |
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(PersonalVoiceModels, PersonalVoiceModels) |
Determines if two PersonalVoiceModels values are the same. |
| Implicit(String to Nullable<PersonalVoiceModels>) | |
| Implicit(String to PersonalVoiceModels) |
Converts a string to a PersonalVoiceModels. |
| Inequality(PersonalVoiceModels, PersonalVoiceModels) |
Determines if two PersonalVoiceModels values are not the same. |