Share via


AIAnnotation.AnnotatedRegions Property

Definition

Gets or sets any target regions for the annotation, pointing to where in the associated AIContent this annotation applies.

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

Property Value

Remarks

The most common form of AnnotatedRegion is TextSpanAnnotatedRegion, which provides starting and ending character indices for TextContent.

Applies to