AIAnnotation.AnnotatedRegions Property
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.
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.