OutputContentOutputTextContent 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.
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
- 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. |