VoiceLiveContentPart Class
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.
The VoiceLiveContentPart. Please note this is the abstract base class. The derived classes available for instantiation are: RequestTextContentPart, RequestAudioContentPart, ResponseTextContentPart, and ResponseAudioContentPart.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.VoiceLive.UnknownVoiceLiveContentPart))]
public abstract class VoiceLiveContentPart : System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.VoiceLiveContentPart>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.VoiceLiveContentPart>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.VoiceLive.UnknownVoiceLiveContentPart))>]
type VoiceLiveContentPart = class
interface IJsonModel<VoiceLiveContentPart>
interface IPersistableModel<VoiceLiveContentPart>
Public MustInherit Class VoiceLiveContentPart
Implements IJsonModel(Of VoiceLiveContentPart), IPersistableModel(Of VoiceLiveContentPart)
- Inheritance
-
VoiceLiveContentPart
- Derived
- Attributes
- Implements