Language

VoiceModelType Struct

Definition

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 gpt-realtime.

SelfDeployed

The service uses the customer's own Foundry deployment named by model.

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.

Applies to