TextSpanAnnotatedRegion クラス

定義

開始文字インデックスと終了文字インデックスに基づいて、関連付けられている AIContent 内の場所について説明します。

public ref class TextSpanAnnotatedRegion sealed : Microsoft::Extensions::AI::AnnotatedRegion
public sealed class TextSpanAnnotatedRegion : Microsoft.Extensions.AI.AnnotatedRegion
type TextSpanAnnotatedRegion = class
    inherit AnnotatedRegion
Public NotInheritable Class TextSpanAnnotatedRegion
Inherits AnnotatedRegion
継承
TextSpanAnnotatedRegion

注釈

この AnnotatedRegion は通常、 TextContentに適用されます。

コンストラクター

名前 説明
TextSpanAnnotatedRegion()

TextSpanAnnotatedRegion クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
EndIndex

AIContentの注釈付きスパンの終了文字インデックス (排他) を取得または設定します。

StartIndex

AIContentの注釈付きスパンの開始文字インデックス (両端を含む) を取得または設定します。

適用対象