TextSpanAnnotatedRegion.EndIndex プロパティ

定義

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

public:
 property Nullable<int> EndIndex { Nullable<int> get(); void set(Nullable<int> value); };
[System.Text.Json.Serialization.JsonPropertyName("end")]
public int? EndIndex { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("end")>]
member this.EndIndex : Nullable<int> with get, set
Public Property EndIndex As Nullable(Of Integer)

プロパティ値

属性

適用対象