AIAnnotation.AnnotatedRegions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注釈のターゲット領域を取得または設定します。この注釈が適用 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です。