AIAnnotation.AnnotatedRegions Egenskap

Definition

Hämtar eller anger målregioner för anteckningen och pekar på var i den associerade AIContent anteckningen gäller.

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)

Egenskapsvärde

Kommentarer

Den vanligaste formen av AnnotatedRegion är TextSpanAnnotatedRegion, som innehåller start- och slutteckenindex för TextContent.

Gäller för