ItemContentOutputAudio 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.
An audio output from the model.
public class ItemContentOutputAudio : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemContent, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemContentOutputAudio>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemContentOutputAudio>
type ItemContentOutputAudio = class
inherit ItemContent
interface IUtf8JsonSerializable
interface IJsonModel<ItemContentOutputAudio>
interface IPersistableModel<ItemContentOutputAudio>
Public Class ItemContentOutputAudio
Inherits ItemContent
Implements IJsonModel(Of ItemContentOutputAudio), IPersistableModel(Of ItemContentOutputAudio)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ItemContentOutputAudio() |
Initializes a new instance of ItemContentOutputAudio for deserialization. |
| ItemContentOutputAudio(ItemContentType, IDictionary<String,BinaryData>, String, String) |
Initializes a new instance of ItemContentOutputAudio. |
| ItemContentOutputAudio(String, String) |
Initializes a new instance of ItemContentOutputAudio. |
Properties
| Name | Description |
|---|---|
| Data |
Base64-encoded audio data from the model. |
| Transcript |
The transcript of the audio data from the model. |
| Type |
Gets or sets the type. (Inherited from ItemContent) |
Methods
| Name | Description |
|---|---|
| DeserializeItemContentOutputAudio(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |