OutputContentOutputTextContent Class

Definition

Output text.

public class OutputContentOutputTextContent : Azure.AI.AgentServer.Responses.Models.OutputContent, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.OutputContentOutputTextContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.OutputContentOutputTextContent>
type OutputContentOutputTextContent = class
    inherit OutputContent
    interface IJsonModel<OutputContentOutputTextContent>
    interface IPersistableModel<OutputContentOutputTextContent>
Public Class OutputContentOutputTextContent
Inherits OutputContent
Implements IJsonModel(Of OutputContentOutputTextContent), IPersistableModel(Of OutputContentOutputTextContent)
Inheritance
OutputContentOutputTextContent
Implements

Constructors

Name Description
OutputContentOutputTextContent(String, IEnumerable<Annotation>, IEnumerable<LogProb>)

Initializes a new instance of OutputContentOutputTextContent.

Properties

Name Description
Annotations

The annotations of the text output.

Logprobs

Gets the Logprobs.

Text

The text output from the model.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<OutputContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from OutputContent)
IJsonModel<OutputContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from OutputContent)
IJsonModel<OutputContentOutputTextContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<OutputContentOutputTextContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<OutputContent>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from OutputContent)
IPersistableModel<OutputContent>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from OutputContent)
IPersistableModel<OutputContent>.Write(ModelReaderWriterOptions) (Inherited from OutputContent)
IPersistableModel<OutputContentOutputTextContent>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<OutputContentOutputTextContent>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<OutputContentOutputTextContent>.Write(ModelReaderWriterOptions)

Applies to