Dela via


TextSpanAnnotatedRegion.EndIndex Property

Definition

Gets or sets the end character index (exclusive) of the annotated span in the 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)

Property Value

Attributes

Applies to