TextSpanAnnotatedRegion クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
開始文字インデックスと終了文字インデックスに基づいて、関連付けられている 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
- 継承
注釈
この AnnotatedRegion は通常、 TextContentに適用されます。
コンストラクター
| 名前 | 説明 |
|---|---|
| TextSpanAnnotatedRegion() |
TextSpanAnnotatedRegion クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| EndIndex |
AIContentの注釈付きスパンの終了文字インデックス (排他) を取得または設定します。 |
| StartIndex |
AIContentの注釈付きスパンの開始文字インデックス (両端を含む) を取得または設定します。 |