Annotation 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 annotation that applies to a span of output text. Please note this is the abstract base class. The derived classes available for instantiation are: FileCitationBody, UrlCitationBody, ContainerFileCitationBody, and FilePath.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownAnnotation))]
public abstract class Annotation : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.Annotation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.Annotation>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownAnnotation))>]
type Annotation = class
interface IJsonModel<Annotation>
interface IPersistableModel<Annotation>
Public MustInherit Class Annotation
Implements IJsonModel(Of Annotation), IPersistableModel(Of Annotation)
- Inheritance
-
Annotation
- Derived
- Attributes
- Implements