VoiceModelType 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.
How the model backing a voice agent is served. This is independent of the architecture (realtime or cascaded), which the service derives from the selected model.
public readonly struct VoiceModelType : IEquatable<Azure.AI.Projects.Agents.VoiceModelType>
type VoiceModelType = struct
Public Structure VoiceModelType
Implements IEquatable(Of VoiceModelType)
- Inheritance
-
VoiceModelType
- Implements
Constructors
| Name | Description |
|---|---|
| VoiceModelType(String) |
Initializes a new instance of VoiceModelType. |
Properties
| Name | Description |
|---|---|
| Managed |
The service hosts and manages the named model, for example |
| SelfDeployed |
The service uses the customer's own Foundry deployment named by |
Methods
| Name | Description |
|---|---|
| Equals(VoiceModelType) |
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(VoiceModelType, VoiceModelType) |
Determines if two VoiceModelType values are the same. |
| Implicit(String to Nullable<VoiceModelType>) | |
| Implicit(String to VoiceModelType) |
Converts a string to a VoiceModelType. |
| Inequality(VoiceModelType, VoiceModelType) |
Determines if two VoiceModelType values are not the same. |