Share via


MessageTextContent.Annotations Property

Definition

A list of annotations associated with this text. Please note MessageTextAnnotation is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MessageTextFileCitationAnnotation and MessageTextFilePathAnnotation.

public System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.Assistants.MessageTextAnnotation> Annotations { get; }
member this.Annotations : System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.Assistants.MessageTextAnnotation>
Public ReadOnly Property Annotations As IReadOnlyList(Of MessageTextAnnotation)

Property Value

Applies to