AIAnnotation.AnnotatedRegions プロパティ

定義

注釈のターゲット領域を取得または設定します。この注釈が適用 AIContent 関連付けられている場所を指します。

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)

プロパティ値

注釈

AnnotatedRegionの最も一般的な形式は、TextContentの開始文字インデックスと終了文字インデックスを提供するTextSpanAnnotatedRegionです。

適用対象