Share via


MessageDeltaTextContentObject.Annotations Property

Definition

Annotations for the text. Please note MessageDeltaTextAnnotation 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 MessageDeltaTextFileCitationAnnotation and MessageDeltaTextFilePathAnnotation.

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

Property Value

Applies to