Share via


AIContent.Annotations Property

Definition

Gets or sets a list of annotations on this content.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::AIAnnotation ^> ^ Annotations { System::Collections::Generic::IList<Microsoft::Extensions::AI::AIAnnotation ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIAnnotation ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Extensions.AI.AIAnnotation>? Annotations { get; set; }
member this.Annotations : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIAnnotation> with get, set
Public Property Annotations As IList(Of AIAnnotation)

Property Value

Applies to